PaymentOptionDisplayData
public struct PaymentOptionDisplayData
Contains details about a payment method that can be displayed to the customer
-
An image representing a payment method; e.g. the Apple Pay logo or a VISA logo
Declaration
Swift
public let image: UIImage
-
A user facing string representing the payment method; e.g. “Apple Pay” or “····4242” for a card
Declaration
Swift
public let label: String