Expand description
§Subaccounts
This file contains the models for working with the subaccounts endpoint.
Structs§
- Create
Subaccount Request - This struct is used to create the body for creating a subaccount on your integration.
Use the
SubaccountRequestBuilderto create this object. - Create
Subaccount Request Builder - Builder for
CreateSubaccountRequest. - Delete
SubAccount Body - This struct is used to create the body for deleting a subaccount on your integration.
- Delete
SubAccount Body Builder - Builder for
DeleteSubAccountBody. - Subaccount
Body - This struct represents the subaccount.
It can be used as the payload for the API end points that require a subaccount as a payload.
It is also possible to extract a single field from this struct to use as well.
The Struct is constructed using the
SubaccountBodyBuilder - Subaccount
Body Builder - Builder for
SubaccountBody. - Subaccount
Data - Represents the data of th Subaccounts
- Subaccounts
Response Data - Data of the list Subaccount response
Enums§
- Create
Subaccount Request Builder Error - Error type for CreateSubaccountRequestBuilder
- Delete
SubAccount Body Builder Error - Error type for DeleteSubAccountBodyBuilder
- Subaccount
Body Builder Error - Error type for SubaccountBodyBuilder