AllowedPaymentMethodsCreditCard
public protocol AllowedPaymentMethodsCreditCard
Undocumented
-
The allowed networks (schemes) for credit card transactions.
Declaration
Swift
var allowedNetworks: [String] { get }
-
Undocumented
Declaration
Swift
var allowedTransactionTypes: [TransactionTypeEnum] { get }
-
This property indicates the status of the credit card service in the container.
Declaration
Swift
var serviceStatus: ServiceStatus { get }