An object representing a shipping or billing address.
Name | Type | Description | Notes |
---|---|---|---|
line1 | str, none_type | Address line 1 of the billing address. | [optional] |
line2 | str, none_type | Address line 2 of the billing address. | [optional] |
company_name | str, none_type | Company name of the customer | [optional] |
city | str, none_type | City of the billing address. | [optional] |
state | str, none_type | State/province of the billing address. | [optional] |
postal_code | str, none_type | Postal/ZIP code of the billing address. | [optional] |
country | str, none_type | Country of the billing address. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |