Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.28 KB

PaymentRequestParameters.md

File metadata and controls

28 lines (22 loc) · 1.28 KB

# PaymentRequestParameters

use Xendit\PaymentRequest\PaymentRequestParameters;

Properties

Name Type Required Description Examples
reference_id string null
amount float null
currency PaymentRequestCurrency ☑️ null
payment_method PaymentMethodParameters null
description string null
capture_method PaymentRequestCaptureMethod null
initiator PaymentRequestInitiator null
payment_method_id string null
channel_properties PaymentRequestParametersChannelProperties null
shipping_information PaymentRequestShippingInformation null
items array null
customer_id string null
customer object null
metadata object null

[Back to README]