UndepositedFund
Represents undeposited funds awaiting deposit, capturing payment method, payee, currency, and transaction totals.
Columns
| Name | Type | Description |
| currency | String | The currency code of the undeposited fund. |
| customer_Href | String | The URL of the customer associated with this undeposited fund. |
| customer_Id | String | The Id of the customer associated with this undeposited fund. |
| customer_Key | String | The system-assigned key of the customer associated with this undeposited fund. |
| customer_Name | String | The name of the customer associated with this undeposited fund. |
| documentNumber | String | The document number assigned to this undeposited fund. |
| href | String | The URL of the undeposited fund resource. |
| id | String | The unique identifier of the undeposited fund record. |
| key [KEY] | String | The system-assigned key that uniquely identifies the undeposited fund record. |
| payee | String | The name of the payee associated with this undeposited fund. |
| paymentMethod | String | The payment method used for this undeposited fund. |
| totalEntered | Decimal | The total amount entered for this undeposited fund in the base currency. |
| txnTotalEntered | Decimal | The total amount entered for this undeposited fund in the transaction currency. |