xendit.payment_method.model.PaymentMethod
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| id | str | ☑️ | ||
| business_id | str | |||
| type | PaymentMethodType | |||
| country | PaymentMethodCountry | |||
| customer_id | str, none_type | |||
| customer | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| reference_id | str | |||
| description | str, none_type | |||
| status | PaymentMethodStatus | |||
| reusability | PaymentMethodReusability | |||
| actions | [PaymentMethodAction] | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| billing_information | BillingInformation | |||
| failure_code | str, none_type | |||
| created | datetime | |||
| updated | datetime | |||
| ewallet | EWallet | |||
| direct_debit | DirectDebit | |||
| over_the_counter | OverTheCounter | |||
| card | Card | |||
| qr_code | QRCode | |||
| virtual_account | VirtualAccount |