An added credit card View Source model/PaymentInstruments.d.ts, line 82 Members Type: string # cardName The nickname of the credit card instrument in the container. View Source model/PaymentInstruments.d.ts, line 88 Type: boolean # cvvValidated Indicates if the CVV of the credit card has been validated. View Source model/PaymentInstruments.d.ts, line 92 Type: boolean # expired Indicates if the credit card is expired. View Source model/PaymentInstruments.d.ts, line 96 Type: string # expiryMonth The month of the expiry date of the credit card. View Source model/PaymentInstruments.d.ts, line 100 Type: string # expiryYear The year of the expiry date of the credit card. View Source model/PaymentInstruments.d.ts, line 104 Type: boolean # requiresCVV Indicates if payments with this credit card requires a CVV check. View Source model/PaymentInstruments.d.ts, line 108 Type: string # scheme The credit card scheme. View Source model/PaymentInstruments.d.ts, line 112 Type: CreditCardStepUp # stepUp Whether a ChallengeResponse is required to make a payment with this card View Source model/PaymentInstruments.d.ts, line 120 Type: URL # updateURL The URL of an iframe. This iframe is used to capture a credit card expiry and CVV. View Source model/PaymentInstruments.d.ts, line 116