mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
1.9 KiB
1.9 KiB
EntityMethodAll
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | String | Indicates the response contains a payment method object. Will always contain the string method for this endpoint. |
[readonly] |
| id | Option<models::MethodResponse> | The unique identifier of the payment method. When used during payment creation, the payment method selection screen will be skipped. | [readonly] |
| description | String | The full name of the payment method. If a locale parameter is provided, the name is translated to the given locale if possible. |
[readonly] |
| minimum_amount | models::Amount | The minimum payment amount required to use this payment method. | [readonly] |
| maximum_amount | models::AmountNullable | The maximum payment amount allowed when using this payment method. If there is no method-specific maximum, null is returned instead. |
[readonly] |
| image | models::EntityMethodImage | ||
| status | models::MethodStatus | ||
| issuers | Option<Vecmodels::EntityMethodIssuersInner> | Optional include. Array of objects for each 'issuer' that is available for this payment method. Only relevant for iDEAL, KBC/CBC, gift cards, and vouchers. | [optional] |
| _links | models::EntityMethodLinks | ||
| pricing | Option<Vecmodels::EntityMethodAllAllOfPricing> | Optional include. Array of objects describing the pricing configuration applicable for this payment method on your account. | [optional] |