# PaymentMethodParameters



## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **type** |[PaymentMethodType](PaymentMethodType.md) | ☑️ |  | | |
| **country** |string |  |  | | |
| **reusability** |[PaymentMethodReusability](PaymentMethodReusability.md) | ☑️ |  | | |
| **customerId** |string |  |  | | |
| **referenceId** |string |  |  | | |
| **description** |string |  |  | | |
| **card** |[CardParameters](CardParameters.md) |  |  | | |
| **directDebit** |[DirectDebitParameters](DirectDebitParameters.md) |  |  | | |
| **ewallet** |[EWalletParameters](EWalletParameters.md) |  |  | | |
| **overTheCounter** |[OverTheCounterParameters](OverTheCounterParameters.md) |  |  | | |
| **virtualAccount** |[VirtualAccountParameters](VirtualAccountParameters.md) |  |  | | |
| **qrCode** |[QRCodeParameters](QRCodeParameters.md) |  |  | | |
| **metadata** |object |  |  | | |
| **billingInformation** |[BillingInformation](BillingInformation.md) |  |  | | |



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