AllowedMerchants
public struct AllowedMerchants : Codable
Allowed merchants model.
-
List of acceptable merchant ids.
Declaration
Swift
public var allowedMerchantIds: [String]?
-
List of acceptable merchant names.
Declaration
Swift
public var allowedMerchantNames: [String]?
-
Auxiliary constructor
Declaration
Swift
public init(allowedMerchantIds: [String]? = nil, allowedMerchantNames: [String]? = nil)
Parameters
allowedMerchantIds
List of acceptable merchant ids.
allowedMerchantNames
List of acceptable merchant names.