Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.79 KB

EarningsBreakdown.md

File metadata and controls

20 lines (15 loc) · 1.79 KB

EarningsBreakdown

An object representing the earnings line items for the pay period.

Properties

Name Type Description Notes
canonical_description EarningsBreakdownCanonicalDescription [optional]
current_amount float, none_type Raw amount of the earning line item. [optional]
description str, none_type Description of the earning line item. [optional]
hours float, none_type Number of hours applicable for this earning. [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]
rate float, none_type Hourly rate applicable for this earning. [optional]
unofficial_currency_code str, none_type The unofficial currency code associated with the line item. 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 year-to-date amount of the deduction. [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]