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