CardParams
public struct CardParams : Hashable
The configuration parameters for the card in Apple Pay Wallet extension.
The cardArt
and productTitle
is displayed during Apple Pay Wallet extension flow.
Since
3.3.0-
Initialize the card parameters.
Declaration
Swift
public init(cardID: String, cardArt: UIImage, productTitle: String)
Parameters
cardID
The card identifier.
cardArt
The card art image.
productTitle
The title of card product. It is shown during card selection screen in Apple Pay Wallet extension flow.