MerchantInfo

data class MerchantInfo(var merchantName: String? = null, var merchantId: String? = null) : ModelObject

Pass this object to GooglePayConfiguration.merchantInfo to set information about the merchant requesting the payment.

Parameters

merchantName

The name of the merchant.

merchantId

The id of the merchant.

Constructors

Link copied to clipboard
constructor(merchantName: String? = null, merchantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)