Billing details associated with a payment method.
object The billing street address. | |
| city | string The billing city. |
| country | string The country code. |
string The billing email address. | |
| name | string The billing name. |
| phone | string The billing phone number. |
| postalCode | string The postal or ZIP code. |
| state | string The billing state or province. |
{- "postalCode": "string",
- "country": "string",
- "name": "string",
- "phone": "string",
- "city": "string",
- "state": "string",
- "email": "string",
- "address": {
- "addressLine1": "string",
- "addressLine2": "string"
}
}