File "OrderBilling.md"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/getbrevo/brevo-php/docs/Model/OrderBilling.md
File size: 938 bytes
MIME-type: text/plain
Charset: utf-8
# OrderBilling
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **string** | Full billing address. | [optional]
**city** | **string** | Exact city of the address. | [optional]
**countryCode** | **string** | Billing country 2-letter ISO code. | [optional]
**phone** | **string** | Phone number to contact for further details about the order, Mandatory if \"email\" field is not passed. | [optional]
**postCode** | **string** | Postcode for delivery and billing. | [optional]
**paymentMethod** | **string** | How the visitor will pay for the item(s), e.g. paypal, check, etc. | [optional]
**region** | **string** | Exact region (state/province) for delivery and billing. | [optional]
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)