| Name | Type | Description | Notes |
|---|---|---|---|
| Address | string | Full billing address. | [optional] [default to null] |
| City | string | Exact city of the address. | [optional] [default to null] |
| CountryCode | string | Billing country 2-letter ISO code. | [optional] [default to null] |
| Phone | string | Phone number to contact for further details about the order, Mandatory if "email" field is not passed. | [optional] [default to null] |
| PostCode | string | Postcode for delivery and billing. | [optional] [default to null] |
| PaymentMethod | string | How the visitor will pay for the item(s), e.g. paypal, check, etc. | [optional] [default to null] |
| Region | string | Exact region (state/province) for delivery and billing. | [optional] [default to null] |