Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (37 loc) · 2.21 KB

Transaction.md

File metadata and controls

41 lines (37 loc) · 2.21 KB

Transaction

Properties

Name Type Description Notes
AccountGUID string [optional] [default to null]
Amount float32 [optional] [default to null]
Category string [optional] [default to null]
CheckNumber int32 [optional] [default to null]
CheckNumberString string [optional] [default to null]
CreatedAt string [optional] [default to null]
CurrencyCode string [optional] [default to null]
Date string [optional] [default to null]
Description string [optional] [default to null]
GUID string [optional] [default to null]
IsBillPay bool [optional] [default to null]
IsDirectDeposit bool [optional] [default to null]
IsExpense bool [optional] [default to null]
IsFee bool [optional] [default to null]
IsIncome bool [optional] [default to null]
IsInternational bool [optional] [default to null]
IsOverdraftFee bool [optional] [default to null]
IsPayrollAdvance bool [optional] [default to null]
Latitude float32 [optional] [default to null]
Longitude float32 [optional] [default to null]
MemberGUID string [optional] [default to null]
Memo string [optional] [default to null]
MerchantCategoryCode int32 [optional] [default to null]
MerchantGUID string [optional] [default to null]
OriginalDescription string [optional] [default to null]
PostedAt string [optional] [default to null]
Status string [optional] [default to null]
TopLevelCategory string [optional] [default to null]
TransactedAt string [optional] [default to null]
Type_ string [optional] [default to null]
UpdatedAt string [optional] [default to null]
UserGUID string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]