Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 988 Bytes

TransactionData.md

File metadata and controls

17 lines (12 loc) · 988 Bytes

TransactionData

Information about the matched direct deposit transaction used to verify a user's payroll information.

Properties

Name Type Description Notes
description str The description of the transaction.
amount float The amount of the transaction.
date date The date of the transaction, in ISO 8601 format ("yyyy-mm-dd").
account_id str A unique identifier for the end user's account.
transaction_id str A unique identifier for the transaction.
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]