# # PaymentRequestBasketItem ```php use Xendit\PaymentRequest\PaymentRequestBasketItem; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **reference_id** | **string** | | | null | | **name** | **string** | ☑️ | | null | | **description** | **string** | | | null | | **type** | **string** | | | null | | **category** | **string** | ☑️ | | null | | **sub_category** | **string** | | | null | | **currency** | **string** | ☑️ | | null | | **quantity** | **float** | ☑️ | | null | | **price** | **float** | ☑️ | | null | | **payer_charged_currency** | **string** | | | null | | **payer_charged_price** | **float** | | | null | | **url** | **string** | | | null | | **metadata** | **object** | | | null | [[Back to README]](../../README.md)