Module subaccount_models

Module subaccount_models 

Source
Expand description

§Subaccounts

This file contains the models for working with the subaccounts endpoint.

Structs§

CreateSubaccountRequest
This struct is used to create the body for creating a subaccount on your integration. Use the SubaccountRequestBuilder to create this object.
CreateSubaccountRequestBuilder
Builder for CreateSubaccountRequest.
DeleteSubAccountBody
This struct is used to create the body for deleting a subaccount on your integration.
DeleteSubAccountBodyBuilder
Builder for DeleteSubAccountBody.
SubaccountBody
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
SubaccountBodyBuilder
Builder for SubaccountBody.
SubaccountData
Represents the data of th Subaccounts
SubaccountsResponseData
Data of the list Subaccount response

Enums§

CreateSubaccountRequestBuilderError
Error type for CreateSubaccountRequestBuilder
DeleteSubAccountBodyBuilderError
Error type for DeleteSubAccountBodyBuilder
SubaccountBodyBuilderError
Error type for SubaccountBodyBuilder