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