AllowedPaymentMethodsGiftCard
public protocol AllowedPaymentMethodsGiftCard
Undocumented
-
The gift card bin numbers that are allowed for the relevant merchant. This does not indicate sub-bins, ie. exact gift card programs.
Declaration
Swift
var allowedBins: [String] { get }
-
This property indicates the status of the gift card service in the container.
Declaration
Swift
var serviceStatus: ServiceStatus { get }
-
Flag to indicate if the pin is always required for gift card transactions.
Declaration
Swift
var pinAlwaysRequired: Bool? { get }