Documentation ¶
Index ¶
- type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) Code() int
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) Error() string
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) GetPayload() *models.ErrorResponse
- type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams() *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithContext(ctx context.Context) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithHTTPClient(client *http.Client) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithTimeout(timeout time.Duration) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetContext(ctx context.Context)
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetDefaults()
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetHTTPClient(client *http.Client)
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetTimeout(timeout time.Duration)
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithContext(ctx context.Context) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithDefaults() *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithHTTPClient(client *http.Client) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithTimeout(timeout time.Duration) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
- func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader
- type Client
- type ClientOption
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault ¶
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault struct { Payload *models.ErrorResponse // contains filtered or unexported fields }
AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault describes a response with status code -1, with default header values.
Unexpected error
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault ¶
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault(code int) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault
NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault creates a AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault with default headers values
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) Code ¶
Code gets the status code for the amazon payment order information management v1 remove order reference delete default response
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) GetPayload ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteDefault) GetPayload() *models.ErrorResponse
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams ¶
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams contains all the parameters to send to the API endpoint
for the amazon payment order information management v1 remove order reference delete operation. Typically these are written to a http.Request.
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams ¶
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams() *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams creates a new AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithContext ¶
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithContext(ctx context.Context) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithContext creates a new AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams object with the ability to set a context for a request.
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithHTTPClient ¶
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithHTTPClient(client *http.Client) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithHTTPClient creates a new AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithTimeout ¶
func NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithTimeout(timeout time.Duration) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
NewAmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParamsWithTimeout creates a new AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams object with the ability to set a timeout on a request.
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetContext ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetDefaults ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetDefaults()
SetDefaults hydrates default values in the amazon payment order information management v1 remove order reference delete params (not the query body).
All values with no default are reset to their zero value.
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetHTTPClient ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetTimeout ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithContext ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithContext(ctx context.Context) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
WithContext adds the context to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithDefaults ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithDefaults() *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
WithDefaults hydrates default values in the amazon payment order information management v1 remove order reference delete params (not the query body).
All values with no default are reset to their zero value.
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithHTTPClient ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithHTTPClient(client *http.Client) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
WithHTTPClient adds the HTTPClient to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithTimeout ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WithTimeout(timeout time.Duration) *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams
WithTimeout adds the timeout to the amazon payment order information management v1 remove order reference delete params
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WriteToRequest ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader ¶
type AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader struct {
// contains filtered or unexported fields
}
AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader is a Reader for the AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDelete structure.
func (*AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader) ReadResponse ¶
func (o *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for amazon payment order information management v1 API
func (*Client) AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDelete ¶
func (a *Client) AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDelete(params *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams, opts ...ClientOption) error
AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDelete amazon payment order information management v1 remove order reference delete API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDelete(params *AmazonPaymentOrderInformationManagementV1RemoveOrderReferenceDeleteParams, opts ...ClientOption) error SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new amazon payment order information management v1 API client.