CardInformation
public struct CardInformation
A structure that defines the basic properties for the shopper’s card.
-
The card’s holder name.
Declaration
Swift
public let holderName: String
-
Initializes and returns the card information structure.
Declaration
Swift
public init(holderName: String)
Parameters
holderName
The card’s holdername.