Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.75 KB

PaymentRequest.md

File metadata and controls

37 lines (31 loc) · 1.75 KB

# PaymentRequest

use Xendit\PaymentRequest\PaymentRequest;

Properties

Name Type Required Description Examples
id string ☑️ null
created string ☑️ null
updated string ☑️ null
reference_id string ☑️ null
business_id string ☑️ null
customer_id string null
customer object null
amount float null
min_amount float null
max_amount float null
country PaymentRequestCountry null
currency PaymentRequestCurrency ☑️ null
payment_method PaymentMethod ☑️ null
description string null
failure_code string null
capture_method PaymentRequestCaptureMethod null
initiator PaymentRequestInitiator null
card_verification_results PaymentRequestCardVerificationResults null
status PaymentRequestStatus ☑️ null
actions array null
metadata object null
shipping_information PaymentRequestShippingInformation null
items array null

[Back to README]