Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 883 Bytes

PaymentRequestBasketItem.md

File metadata and controls

27 lines (21 loc) · 883 Bytes

# PaymentRequestBasketItem

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]