# CantonCall ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**type** | **string** | Which call to make. Selects the shape of `payload`. | [default to undefined]| |**payload** | [**TransferWithdrawPayload**](TransferWithdrawPayload.md) | | [default to undefined]| ## Enum: CantonCallTypeEnum * `DtccParticipantOnboarding` (value: `'DTCC_PARTICIPANT_ONBOARDING'`) * `DtccEndInvestorInvite` (value: `'DTCC_END_INVESTOR_INVITE'`) * `DtccEndInvestorInviteCancel` (value: `'DTCC_END_INVESTOR_INVITE_CANCEL'`) * `DtccEndInvestorOffboard` (value: `'DTCC_END_INVESTOR_OFFBOARD'`) * `DtccAllowListAdd` (value: `'DTCC_ALLOW_LIST_ADD'`) * `DtccAllowListRemove` (value: `'DTCC_ALLOW_LIST_REMOVE'`) * `AllocationWithdraw` (value: `'ALLOCATION_WITHDRAW'`) * `TransferWithdraw` (value: `'TRANSFER_WITHDRAW'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)