Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

GETPaymentMethodType.md

File metadata and controls

16 lines (12 loc) · 1.14 KB

GETPaymentMethodType

Properties

Name Type Description Notes
card_holder_info GETPaymentMethodTypeCardHolderInfo [optional]
card_number str Credit or debit card number, 16 characters or less, masked for security purposes. [optional]
card_type str The type of credit card or debit card being billed. Possible values are: `Visa`, `MasterCard`, `AmericanExpress`, `Discover`. [optional]
default_payment_method bool Contains true if this is the default payment method for this customer, otherwise false. [optional]
expiration_month str One or two digit(s) expiration month (1-12). [optional]
expiration_year str Four-digit expiration year. [optional]
id str Unique ID generated by Zuora when this payment method was created. [optional]

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