Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 639 Bytes

File metadata and controls

14 lines (11 loc) · 639 Bytes

CreditCard

Properties

Name Type Description Notes
number string Credit card number
expiry_month int Expiry month of credit card
expiry_year int Expiry year of credit card
cvc int CVC number of credit card
name string Name printed on credit card
bank_name string Name of bank that credit card belongs to

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