Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.09 KB

CreditCardInformation.md

File metadata and controls

16 lines (12 loc) · 1.09 KB

CreditCardInformation

Properties

Name Type Description Notes
address AddressInformation [optional]
cardNumber String The credit card number. [optional]
cardType String The type of credit card. Valid values are: - `visa` - `mastercard` - `amex` [optional]
cvNumber String The 3 or 4-digit card verification value (CVV) number associated with the credit card. CVV numbers are also referred to as card security codes (CSCs). [optional]
expirationMonth String The month that the credit card expires, expressed as a number from 1 to 12. [optional]
expirationYear String The year in which the credit card expires, in 4-digit format. [optional]
nameOnCard String The exact name as it appears on the credit card. [optional]

[Back to Model list] [Back to API list] [Back to README]