Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 659 Bytes

CreditCard.md

File metadata and controls

14 lines (11 loc) · 659 Bytes

IO.ClickSend.ClickSend.Model.CreditCard

Properties

Name Type Description Notes
Number string Credit card number
ExpiryMonth int? Expiry month of credit card
ExpiryYear int? Expiry year of credit card
Cvc int? CVC number of credit card
Name string Name printed on credit card
BankName string Name of bank that credit card belongs to

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