An object representing the total deductions for the pay period
Name | Type | Description | Notes |
---|---|---|---|
current_amount | float, none_type | Raw amount of the deduction | [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 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 total amount of the deductions | [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] |