Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.63 KB

EarningsTotal.md

File metadata and controls

19 lines (14 loc) · 1.63 KB

EarningsTotal

An object representing both the current pay period and year to date amount for an earning category.

Properties

Name Type Description Notes
current_amount float, none_type Total amount of the earnings for this pay period [optional]
current_pay Pay [optional]
ytd_pay Pay [optional]
hours float, none_type Total number of hours worked for this pay period [optional]
iso_currency_code str, none_type The ISO-4217 currency code of the line item. Always `null` if `unofficial_currency_code` is non-null. [optional]
unofficial_currency_code str, none_type The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the currency code schema for a full listing of supported `iso_currency_code`s. [optional]
ytd_amount float, none_type The total year-to-date amount of the earnings [optional]
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]