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
EntityCapture
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] |