Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 801 Bytes

File metadata and controls

13 lines (10 loc) · 801 Bytes

Flipdish.Model.UserMonthlyCommission

Properties

Name Type Description Notes
UserId int? The unique identifier of the user. [optional]
MonthStart DateTime? The start date of the month for which the commission is calculated. [optional]
CommissionAmount double? The total commission amount for the user in the specified month. [optional]
Currency string The currency in which the commission is paid. [optional]
IsoCurrency string The ISO currency code for the commission currency. [optional]

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