Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.38 KB

PaymentRequestParameters.md

File metadata and controls

26 lines (20 loc) · 1.38 KB

PaymentRequestParameters

xendit.payment_request.model.PaymentRequestParameters

Properties

Name Type Required Description Examples
currency PaymentRequestCurrency ☑️
reference_id str
amount float
payment_method PaymentMethodParameters
description str, none_type
capture_method PaymentRequestCaptureMethod
initiator PaymentRequestInitiator
payment_method_id str
channel_properties PaymentRequestParametersChannelProperties
shipping_information PaymentRequestShippingInformation
items PaymentRequestBasket
customer_id str, none_type
customer {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type

[Back to README]