# # PaymentRequestShippingInformation


```php
use Xendit\PaymentRequest\PaymentRequestShippingInformation;
```

## 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)
