use Xendit\PaymentMethod\PaymentMethod;
Name | Type | Required | Description | Examples |
---|---|---|---|---|
id | string | ☑️ | null | |
business_id | string | null | ||
type | PaymentMethodType | null | ||
country | PaymentMethodCountry | null | ||
customer_id | string | null | ||
customer | object | null | ||
reference_id | string | null | ||
description | string | null | ||
status | PaymentMethodStatus | null | ||
reusability | PaymentMethodReusability | null | ||
actions | array | null | ||
metadata | object | null | ||
billing_information | BillingInformation | null | ||
failure_code | string | null | ||
created | \DateTime | 2016-08-29T09:12:33.001Z | ||
updated | \DateTime | 2016-08-29T09:12:33.001Z | ||
ewallet | EWallet | null | ||
direct_debit | DirectDebit | null | ||
over_the_counter | OverTheCounter | null | ||
card | Card | null | ||
qr_code | QRCode | null | ||
virtual_account | VirtualAccount | null |