POCardTokenizationRequest
constructor(metadata: Map<String, String>? = null, number: String? = "", expMonth: Int? = 0, expYear: Int? = 0, cvc: String? = "", name: String = "", contact: POContact? = POContact(), preferredScheme: String? = null, tokenType: POCardTokenizationRequest.TokenType? = null, paymentToken: String? = "")
Parameters
number
Number of the card or Google Pay token.
expMonth
Expiry month of the card.
expYear
Expiry year of the card.
cvc
Card Verification Code of the card.
name
Name of the cardholder.
contact
Information of cardholder.
preferredScheme
Preferred scheme defined by the Customer.
tokenType
Type of the token (e.g. Google Pay).
paymentToken
Payment token.
metadata
Metadata related to the card.