/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Invoice/Paylater.md
# # Paylater
An object representing paylater details for invoices.

```php
use Xendit\Invoice\Paylater;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **paylater_type** | [**PaylaterType**](PaylaterType.md) | ☑️ |  | null |
| **should_exclude** | **bool** |  | Indicates whether this paylater option should be excluded. | null |


[[Back to README]](../../README.md)