MerchantInfo
data class MerchantInfo(var merchantName: String? = null, var merchantId: String? = null, var softwareInfo: SoftwareInfo? = 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.
softwareInfo
Information associated with the caller of the request.
Constructors
Link copied to clipboard
constructor(merchantName: String? = null, merchantId: String? = null, softwareInfo: SoftwareInfo? = null)