# PaymentRequestBasketItem



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **referenceId** |string |  |  | | |
| **name** |string | ☑️ |  | | |
| **description** |string |  |  | | |
| **type** |string |  |  | | |
| **category** |string | ☑️ |  | | |
| **subCategory** |string |  |  | | |
| **currency** |string | ☑️ |  | | |
| **quantity** |number | ☑️ |  | | |
| **price** |number | ☑️ |  | | |
| **payerChargedCurrency** |string |  |  | | |
| **payerChargedPrice** |number |  |  | | |
| **url** |string |  |  | | |
| **metadata** |object |  |  | | |



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