| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| CanApprovePayouts | Indicates whether 'Payout' Disbursements can be approved. | |
| CanDefaultCommissions | Indicates whether default Commissions for an Account can be created. | |
| CanDefaultDisbursements | Indicates whether default Disbursements for an Account can be created. | |
| Clear | Clear collection. | |
| CountCommissions | ||
| CreateAccountDisbursement | Create a finAccountDisbursement object. | |
| CreateDefaultCommissions | Create default Commissions for an Account. | |
| CreateDefaultDisbursements | Create default Disbursements for an Account. | |
| ExistsPk | Checks to see if an item with the specified primary key exists in the collection. | |
| GetDisbursementTypeCodeDescriptionList | ||
| GetDisbursementTypeList | ||
| GetObjectName | ||
| Insert | Insert an item into the collection at the specified position. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. | |
| RemoveCommissions | Removes all Commission and CommissionRecovery Disbursements. | |
| RemoveDisbursements | Removes all Payout, Cost and Recovery Disbursements. | |
| TotalPayout | Returns the total Payouts for Disbursements belonging to this Account. | |
| Validate | Validate Disbursements to make sure information is valid. |
| Name | Description | |
|---|---|---|
| Account Read-Only | The Account that this Item belongs to. | |
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemByBankTransactionPk Read-Only | Retrieve an item by Bank Transaction Primary Key or Nothing if no item exists for this Bank Transaction. | |
| ItemByPk Read-Only | Retrieve an item by its primary key or Nothing if no item exists with this primary key. | |
| Parent Read-Only | The parent object. |