Merchant

@objcMembers
public class Merchant : NSObject, Codable

Holds data about the merchant.

  • The payment gateway’s merchant ID to identify the merchant.

    Declaration

    Swift

    public private(set) var merchantId: String { get }
  • The merchant’s name.

    Declaration

    Swift

    public private(set) var name: String { get }
  • The merchant’s address.

    Declaration

    Swift

    public private(set) var address: Address { get }