# # AlternativeDisplayItem An object representing alternative display of a VA. ```php use Xendit\Invoice\AlternativeDisplayItem; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **type** | **string** | | Represent type of alternative display. | null | | **value** | **string** | | Represent value of alternative display value. | null | [[Back to README]](../../README.md)