Editing: BillingInformation.md
# # BillingInformation Billing Information ```php use Xendit\PaymentMethod\BillingInformation; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **country** | **string** | ☑️ | | null | | **street_line1** | **string** | | | null | | **street_line2** | **string** | | | null | | **city** | **string** | | | null | | **province_state** | **string** | | | null | | **postal_code** | **string** | | | null | [[Back to README]](../../README.md)
Save
Back