Name | Type | Description | Notes |
---|---|---|---|
id | Option<uuid::Uuid> | Unique system generated identifier for the entity. | [optional] |
fee | Option<models::FiatMoney> | [optional] | |
cumulated_payout_amount | Option<models::BurnFeePayoutAmount> | [optional] | |
cumulated_payment_amount | Option<models::BurnFeePaymentAmount> | [optional] | |
cumulated_net_amount | Option<models::BurnFeeNetAmount> | [optional] | |
value_date | Option<String> | A date representing a day for which a fee is calculated. | [optional] |
status | Option<String> | Fee collection status | [optional] |
threshold_reset_timestamp | Option<String> | Fee calculation reset timestamp. | [optional] |
create_date | Option<String> | The create date of the NET burn daily fee calculation. | [optional] |