Information about the accounts that the payment was distributed to.
Name | Type | Description | Notes |
---|---|---|---|
account_name | str, none_type | Name of the account for the given distribution. | [optional] |
bank_name | str, none_type | The name of the bank that the payment is being deposited to. | [optional] |
current_amount | float, none_type | The amount distributed to this account. | [optional] |
iso_currency_code | str, none_type | The ISO-4217 currency code of the net pay. Always `null` if `unofficial_currency_code` is non-null. | [optional] |
mask | str, none_type | The last 2-4 alphanumeric characters of an account's official account number. | [optional] |
type | str, none_type | Type of the account that the paystub was sent to (e.g. 'checking'). | [optional] |
unofficial_currency_code | str, none_type | The unofficial currency code associated with the net pay. 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] |
current_pay | Pay | [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] |