Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.43 KB

PayStubDeductionsBreakdown.md

File metadata and controls

17 lines (12 loc) · 1.43 KB

PayStubDeductionsBreakdown

An object representing the deduction line items for the pay period

Properties

Name Type Description Notes
current_amount float, none_type Raw amount of the deduction
description str, none_type Description of the deduction line item
iso_currency_code str, none_type The ISO-4217 currency code of the line item. Always `null` if `unofficial_currency_code` is non-null.
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.
ytd_amount float, none_type The year-to-date amount of the deduction
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]