StoredPaymentMethod
public protocol StoredPaymentMethod : PaymentMethod
A payment method that has been stored for later use.
-
A unique identifier of the stored payment method.
Declaration
Swift
var identifier: String { get }
-
The supported types of shopper interaction.
Declaration
Swift
var supportedShopperInteractions: [ShopperInteraction] { get }