Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.58 KB

File metadata and controls

22 lines (21 loc) · 1.58 KB

# ResponsePaymentDetailsBitCash

Properties

Name Type Description Notes
type string Payment method type.
email string Customer's email address. Will be used for fraud prevention and payment receipt. [optional]
shipping_address_name string Shipping address name. This is the recipient's name. [optional]
shipping_address_line1 string Shipping address line 1. [optional]
shipping_address_line2 string Shipping address line 2. [optional]
shipping_address_city string Shipping address city. [optional]
shipping_address_state string Shipping address state. [optional]
shipping_address_zip string Shipping address ZIP code. [optional]
shipping_address_country string Shipping address country. [optional]
billing_address_name string Billing address name. This is the paying customer's name. [optional]
billing_address_line1 string Billing address line 1. [optional]
billing_address_line2 string Billing address line 2. [optional]
billing_address_city string Billing address city. [optional]
billing_address_state string Billing address state. [optional]
billing_address_zip string Billing address ZIP code. [optional]
billing_address_country string Billing address country. [optional]
[Back to Model list] [Back to API list] [Back to README]