Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.18 KB

BillingInfoCreateCreditCard.md

File metadata and controls

27 lines (23 loc) · 2.18 KB

BillingInfoCreateCreditCard

Properties

Name Type Description Notes
First string The first name of the individual associated with the billing ID [default to null]
Address string The street address associated with the billing ID [default to null]
SetDefault bool Make this the default payment method for future orders [optional] [default to null]
DefaultAllServices bool Make this the default payment method for all services in the client's account [optional] [default to null]
State string The state associated with the billing ID [default to null]
Zip string The zip/postal code associated with the billing ID [default to null]
Last string The last name of the individual associated with the billing ID [default to null]
Company string The company name associated with the billing ID [optional] [default to null]
Email string The email address associated with the billing ID [default to null]
CcType string The credit card network associated with the billing ID: `visa`, `mastercard`, `discover`, `amex`, etc. [default to null]
City string The city associated with the billing ID in question [default to null]
CcExpireMonth string The expiration month for the credit card [default to null]
CcExpireYear string The expiration year for the credit card with 2 digits [default to null]
ClientId int32 The identification number for the client associated with the Billing Info ID [optional] [default to null]
CcNum string The credit card account number [default to null]
CcCvv2 string The credit card verification number [default to null]
Phone string The phone number associated with the billing ID [default to null]
Country string The 2 digit country code associated with the billing ID [default to null]

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