use Xendit\PaymentMethod\PaymentMethodParameters;| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| type | PaymentMethodType | ☑️ | null | |
| country | string | null | ||
| reusability | PaymentMethodReusability | ☑️ | null | |
| customer_id | string | null | ||
| reference_id | string | null | ||
| description | string | null | ||
| card | CardParameters | null | ||
| direct_debit | DirectDebitParameters | null | ||
| ewallet | EWalletParameters | null | ||
| over_the_counter | OverTheCounterParameters | null | ||
| virtual_account | VirtualAccountParameters | null | ||
| qr_code | QRCodeParameters | null | ||
| metadata | object | null | ||
| billing_information | BillingInformation | null |