Skip to main content
Object CashBalanceDeposit represents a cash balance deposit, including details like amount, fee, and status.

Fields

UUID!
Unique identifier for the cash balance deposit.
String!
Display identifier for the deposit, used for user-facing purposes.
String!
The amount of the deposit.
String
Fee associated with the deposit, if applicable.
UUID
Identifier of the bank card used for the deposit.
UUID
Identifier of the bank account used for the deposit.
UUID
Identifier of the PayPal vault used for the deposit.
DateTime!
Date and time when the transaction was made.
DateTime
Date and time when the deposit cleared, if applicable.
CashBalanceDepositStatus!
Current status of the deposit.
DateTime!
Expected date and time for the deposit to clear.
CashBalanceDepositType!
Type of the cash balance deposit.
[CashBalanceSettlement]
Associated settlements for the deposit.
String
Memo for the deposit.
String
Category name for the deposit.
String
URL of the attachment associated with this deposit.