use Xendit\PaymentRequest\PaymentRequest;
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 |