Billing address
Object
| Name | Type | Details | Mandatory | Description |
|---|---|---|---|---|
| class | string | Y | The type of object which is being returned. In this case it will be billing_address. | |
| address1 | string | Y | Customer Billing address. | |
| address2 | string | N | Customer Billing address. | |
| address3 | string | N | Customer Billing address. | |
| city | string | Y | Customer Billing address city. | |
| country | string | [A-Z]2 | Y | Customer Billing address alpha-2 country code (ISO 3166-1). |
| postal_code | string | Y | Customer Billing address postal code. |
Example
{
"class" : "billing_address",
"address1": "3B, SysPay",
"address2": "Wied Ghomor Street",
"city": "St. Julians",
"country": "MT",
"postal_code": "STJ2041"
}