Home > @vsf-enterprise/mollie-commercetools > MolliePaymentMethod
# MolliePaymentMethod interface
Mollie's payment method.
Signature:
export interface MolliePaymentMethod
# Properties
| Property | Type | Description |
|---|---|---|
| description | string | |
| id | string | |
| image? | Record<string, string> | (Optional) |
| issuers? | Array<MolliePaymentMethodIssuer> | (Optional) |
| maximumAmount | MollieAmount | |
| minimumAmount | MollieAmount | |
| resource | string | |
| status | string |