MerchantClientInfo
public struct MerchantClientInfo : Decodable, Encodable
Get information about the merchant’s customer, such as a mobile app.
-
The name of the client merchant.
Declaration
Swift
public let shopName: String
-
Creates instance of StoreCard.
Declaration
Swift
public init(shopName: String)
Parameters
shopName
The name of the client merchant.
-
API method for MerchantClientInfo.
See moreDeclaration
Swift
public struct Method : Decodable, Encodable
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws