DepositTransaction
- accountenum
Category const:DEPOSIT_ACCOUNTrequired - amountType: numbermin:0required
Absolute amount in USD. Use debitCreditMemo for direction.
- debitType: "CREDIT" or "DEBIT"enum
Credit Memo requiredFor deposits, DEBIT means money leaving and CREDIT means money entering the account. For charge accounts, DEBIT increases the amount owed and CREDIT represents a payment or credit.
- descriptionType: string | nullrequired
- memoType: string | nullrequired
- postedType: stringFormat: date-time
Timestamp requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- statusenumconst:POSTEDrequired
- transactionType: stringFormat: uuid
Id required - transactionType: stringFormat: date-time
Timestamp requiredFor deposits, the ledger activation time (also postedTimestamp). For charge accounts, the transaction's creation time.

