# Functions
New creates a new transactions API client.
NewCommitTransactionAccepted creates a CommitTransactionAccepted with default headers values.
NewCommitTransactionBadRequest creates a CommitTransactionBadRequest with default headers values.
NewCommitTransactionDefault creates a CommitTransactionDefault with default headers values.
NewCommitTransactionNotFound creates a CommitTransactionNotFound with default headers values.
NewCommitTransactionOK creates a CommitTransactionOK with default headers values.
NewCommitTransactionParams creates a new CommitTransactionParams object with the default values initialized.
NewCommitTransactionParamsWithContext creates a new CommitTransactionParams object with the default values initialized, and the ability to set a context for a request.
NewCommitTransactionParamsWithHTTPClient creates a new CommitTransactionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCommitTransactionParamsWithTimeout creates a new CommitTransactionParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteTransactionDefault creates a DeleteTransactionDefault with default headers values.
NewDeleteTransactionNoContent creates a DeleteTransactionNoContent with default headers values.
NewDeleteTransactionNotFound creates a DeleteTransactionNotFound with default headers values.
NewDeleteTransactionParams creates a new DeleteTransactionParams object with the default values initialized.
NewDeleteTransactionParamsWithContext creates a new DeleteTransactionParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteTransactionParamsWithHTTPClient creates a new DeleteTransactionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteTransactionParamsWithTimeout creates a new DeleteTransactionParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetTransactionDefault creates a GetTransactionDefault with default headers values.
NewGetTransactionNotFound creates a GetTransactionNotFound with default headers values.
NewGetTransactionOK creates a GetTransactionOK with default headers values.
NewGetTransactionParams creates a new GetTransactionParams object with the default values initialized.
NewGetTransactionParamsWithContext creates a new GetTransactionParams object with the default values initialized, and the ability to set a context for a request.
NewGetTransactionParamsWithHTTPClient creates a new GetTransactionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetTransactionParamsWithTimeout creates a new GetTransactionParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetTransactionsDefault creates a GetTransactionsDefault with default headers values.
NewGetTransactionsOK creates a GetTransactionsOK with default headers values.
NewGetTransactionsParams creates a new GetTransactionsParams object with the default values initialized.
NewGetTransactionsParamsWithContext creates a new GetTransactionsParams object with the default values initialized, and the ability to set a context for a request.
NewGetTransactionsParamsWithHTTPClient creates a new GetTransactionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetTransactionsParamsWithTimeout creates a new GetTransactionsParams object with the default values initialized, and the ability to set a timeout on a request.
NewStartTransactionCreated creates a StartTransactionCreated with default headers values.
NewStartTransactionDefault creates a StartTransactionDefault with default headers values.
NewStartTransactionParams creates a new StartTransactionParams object with the default values initialized.
NewStartTransactionParamsWithContext creates a new StartTransactionParams object with the default values initialized, and the ability to set a context for a request.
NewStartTransactionParamsWithHTTPClient creates a new StartTransactionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewStartTransactionParamsWithTimeout creates a new StartTransactionParams object with the default values initialized, and the ability to set a timeout on a request.
NewStartTransactionTooManyRequests creates a StartTransactionTooManyRequests with default headers values.
# Structs
Client for transactions API
*/.
CommitTransactionAccepted handles this case with default header values.
CommitTransactionBadRequest handles this case with default header values.
CommitTransactionDefault handles this case with default header values.
CommitTransactionNotFound handles this case with default header values.
CommitTransactionOK handles this case with default header values.
CommitTransactionParams contains all the parameters to send to the API endpoint
for the commit transaction operation typically these are written to a http.Request
*/.
CommitTransactionReader is a Reader for the CommitTransaction structure.
DeleteTransactionDefault handles this case with default header values.
DeleteTransactionNoContent handles this case with default header values.
DeleteTransactionNotFound handles this case with default header values.
DeleteTransactionParams contains all the parameters to send to the API endpoint
for the delete transaction operation typically these are written to a http.Request
*/.
DeleteTransactionReader is a Reader for the DeleteTransaction structure.
GetTransactionDefault handles this case with default header values.
GetTransactionNotFound handles this case with default header values.
GetTransactionOK handles this case with default header values.
GetTransactionParams contains all the parameters to send to the API endpoint
for the get transaction operation typically these are written to a http.Request
*/.
GetTransactionReader is a Reader for the GetTransaction structure.
GetTransactionsDefault handles this case with default header values.
GetTransactionsOK handles this case with default header values.
GetTransactionsParams contains all the parameters to send to the API endpoint
for the get transactions operation typically these are written to a http.Request
*/.
GetTransactionsReader is a Reader for the GetTransactions structure.
StartTransactionCreated handles this case with default header values.
StartTransactionDefault handles this case with default header values.
StartTransactionParams contains all the parameters to send to the API endpoint
for the start transaction operation typically these are written to a http.Request
*/.
StartTransactionReader is a Reader for the StartTransaction structure.
StartTransactionTooManyRequests handles this case with default header values.
StartTransactionTooManyRequestsBody start transaction too many requests body
swagger:model StartTransactionTooManyRequestsBody
*/.
# Interfaces
ClientService is the interface for Client methods.