# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateAccountRequest calls the generic CreateAccount builder with application/json body.
NewCreateAccountRequestWithBody generates requests for CreateAccount with any type of body.
NewGetAccountInformationRequest generates requests for GetAccountInformation.
ParseCreateAccountResp parses an HTTP response from a CreateAccountWithResponse call.
ParseGetAccountInformationResp parses an HTTP response from a GetAccountInformationWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithResponseEditorFn allows setting up a callback function, which will be called right after receive the response.
# Constants
Defines values for GetAccountInformationResponseStatus.
Defines values for CreateAccountRequestAccountType.
Defines values for CreateAccountRequestAccountType.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for CreateAccountRequestCountryCode.
Defines values for GetAccountInformationResponseStatus.
Defines values for GetAccountInformationResponseAccountType.
Defines values for GetAccountInformationResponseAccountType.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseCountryCode.
Defines values for GetAccountInformationResponseStatus.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
No description provided by the author
CreateAccountParams defines parameters for CreateAccount.
CreateAccountRequest defines model for CreateAccountRequest.
No description provided by the author
CreateAccountResponse defines model for CreateAccountResponse.
Error Error response object.
GetAccountInformationParams defines parameters for GetAccountInformation.
No description provided by the author
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
ClientOption allows setting custom parameters during construction.
CreateAccountJSONRequestBody defines body for CreateAccount for application/json ContentType.
CreateAccountRequestAccountType Type of test account.
CreateAccountRequestCountryCode Country code of the test account.
GetAccountInformationResponse defines model for GetAccountInformationResponse.
GetAccountInformationResponseAccountType Type of test account.
GetAccountInformationResponseCountryCode Country code of a test account.
GetAccountInformationResponseStatus Status of test account creation request.
RequestEditorFn is the function signature for the RequestEditor callback function.
ResponseEditorFn is the function signature for the ResponseEditor callback function.