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

1.9 KiB

CaptureResponse

Properties

Name Type Description Notes
resource Option<String> Indicates the response contains a capture object. Will always contain the string capture for this endpoint. [optional][readonly]
id Option<String> [optional]
mode Option<models::Mode> [optional]
description Option<String> The description of the capture. [optional]
amount Option<models::AmountNullable> The amount captured. If no amount is provided, the full authorized amount is captured. [optional]
settlement_amount Option<models::AmountNullable> This optional field will contain the approximate amount that will be settled to your account, converted to the currency your account is settled in. Since the field contains an estimated amount during capture processing, it may change over time. To retrieve accurate settlement amounts we recommend using the List balance transactions endpoint instead. [optional][readonly]
status Option<models::CaptureStatus> [optional][readonly]
metadata Option<models::Metadata> [optional]
payment_id Option<String> [optional]
shipment_id Option<String> [optional]
settlement_id Option<String> [optional]
created_at Option<String> The entity's date and time of creation, in ISO 8601 format. [optional][readonly]
_links Option<models::EntityCaptureLinks> [optional]

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