# PaymentMethod



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **id** |string | ☑️ |  | | |
| **businessId** |string |  |  | | |
| **type** |[PaymentMethodType](PaymentMethodType.md) |  |  | | |
| **country** |[PaymentMethodCountry](PaymentMethodCountry.md) |  |  | | |
| **customerId** |string |  |  | | |
| **customer** |object |  |  | | |
| **referenceId** |string |  |  | | |
| **description** |string |  |  | | |
| **status** |[PaymentMethodStatus](PaymentMethodStatus.md) |  |  | | |
| **reusability** |[PaymentMethodReusability](PaymentMethodReusability.md) |  |  | | |
| **actions** |[PaymentMethodAction[]](PaymentMethodAction.md) |  |  | | |
| **metadata** |object |  |  | | |
| **billingInformation** |[BillingInformation](BillingInformation.md) |  |  | | |
| **failureCode** |string |  |  | | |
| **created** |Date |  |  | | |
| **updated** |Date |  |  | | |
| **ewallet** |[EWallet](EWallet.md) |  |  | | |
| **directDebit** |[DirectDebit](DirectDebit.md) |  |  | | |
| **overTheCounter** |[OverTheCounter](OverTheCounter.md) |  |  | | |
| **card** |[Card](Card.md) |  |  | | |
| **qrCode** |[QRCode](QRCode.md) |  |  | | |
| **virtualAccount** |[VirtualAccount](VirtualAccount.md) |  |  | | |



[[Back to README]](../../README.md)