MerchantInformation

data class MerchantInformation(val name: String?)

Data class representing the merchant associated with the QR code payment.

Constructors

Link copied to clipboard
constructor(name: String?)

Properties

Link copied to clipboard
val name: String?

Publicly known name of the merchant.