Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 868 Bytes

IncomeBreakdown.md

File metadata and controls

16 lines (11 loc) · 868 Bytes

IncomeBreakdown

An object representing a breakdown of the different income types on the paystub.

Properties

Name Type Description Notes
type IncomeBreakdownType
rate float, none_type The hourly rate at which the income is paid.
hours float, none_type The number of hours logged for this income for this pay period.
total float, none_type The total pay for this pay period.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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