Merchant
public struct Merchant : CardMerchantPreferences
Merchant struct represents the preferences for a merchant.
It conforms to CardMerchantPreferences protocol.
-
Undocumented
Declaration
Swift
public var enabledCardSchemeSet: Set<CardScheme>? -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public init(enabledCardSchemeSet set: Set<CardScheme>?) -
Undocumented
Declaration
Swift
public mutating func enable(cardSchemes cardSchemeSet: Set<CardScheme>?)