mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
927 B
927 B
EntitySettlementPeriodsValueValueCostsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | A description of the cost subtotal | |
| method | Option<models::PaymentMethod> | ||
| count | i32 | The number of fees | |
| rate | models::EntitySettlementPeriodsValueValueCostsInnerRate | ||
| amount_net | models::Amount | The net total cost, i.e. excluding VAT | |
| amount_vat | models::AmountNullable | The applicable VAT | |
| amount_gross | models::Amount | The gross total cost, i.e. including VAT |