Files
rust-mollie-sdk/docs/EntityMethodAll.md
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]