CashLoadingLocationMerchantInformation
public struct CashLoadingLocationMerchantInformation : Codable, Sendable
The cash loading location merchant information model.
-
Unique merchant identifier assigned by the network.
Declaration
Swift
public let merchantNetworkId: String
-
The address of the cash pickup location.
Declaration
Swift
public let merchantName: String
-
Absolute URL to Merchant’s logo image.
Declaration
Swift
public let logoUrl: String?
-
Absolute URL to Merchant’s icon image.
Declaration
Swift
public let iconUrl: String?
-
Maximum amounts customers can pay at a retailer using barcodes.
Declaration
Swift
public let maxAmounts: CashLoadingLocationMaxAmounts