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