Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 962 Bytes

File metadata and controls

15 lines (11 loc) · 962 Bytes

CreditCard

Properties

Name Type Description Notes
card_holder_info AccountCreditCardHolder [optional]
card_number str Card number. Once set, you cannot update or query the value of this field. The value of this field is only available in masked format. For example, XXXX-XXXX-XXXX-1234. [optional]
card_type str Type of card. [optional]
expiration_month int Expiration date of the card. [optional]
expiration_year int Expiration year of the card. [optional]
security_code str CVV or CVV2 security code of the card. To ensure PCI compliance, Zuora does not store the value of this field. [optional]

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