Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 868 Bytes

File metadata and controls

25 lines (19 loc) · 868 Bytes

PaymentRequestBasketItem

xendit.payment_request.model.PaymentRequestBasketItem

Properties

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

[Back to README]