xendit.payment_request.model.PaymentRequestBasketItem
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| name | str | ☑️ | ||
| category | str | ☑️ | ||
| currency | str | ☑️ | ||
| quantity | float | ☑️ | ||
| price | float | ☑️ | ||
| reference_id | str | |||
| description | str | |||
| type | str | |||
| sub_category | str | |||
| payer_charged_currency | str | |||
| payer_charged_price | float | |||
| url | str | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)} |