MerchantClientInfo

public struct MerchantClientInfo : Decodable, Encodable
extension MerchantClientInfo: JsonApiResponse
extension MerchantClientInfo: WalletApiResponse

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 more

    Declaration

    Swift

    public struct Method : Decodable, Encodable
    extension MerchantClientInfo.Method: ApiMethod

Decodable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Encodable

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws