The billing address associated with the payment method.
| Property | Description | Required | Data Type |
|---|---|---|---|
| first_name | The first name of the person being billed to. | False | String |
| last_name | The last name of the person being billed to. | False | String |
| address1 | The street address of the billing address. | False | String |
| address2 | An optional additional field for the street address of the billing address. | False | String |
| address3 | An optional additional field for the street address of the billing address. | False | String |
| address4 | An optional additional field for the street address of the billing address. | False | String |
| city | The City of the billing address. | False | String |
| country | The name of the country of the billing address. | False | String |
| zip_postalcode | The zip or postal code of the billing address. | False | string |
| phone | The phone number at the billing address. | False | String |
| country_code | The two-letter code for the country of the billing address. | False | String |