Documentation ¶
Index ¶
- type Client
- func (a *Client) CreatePaymentProviderConfig(params *CreatePaymentProviderConfigParams, ...) (*CreatePaymentProviderConfigOK, *CreatePaymentProviderConfigBadRequest, ...)
- func (a *Client) DebugMatchedPaymentMerchantConfig(params *DebugMatchedPaymentMerchantConfigParams, ...) (*DebugMatchedPaymentMerchantConfigOK, ...)
- func (a *Client) DebugMatchedPaymentProviderConfig(params *DebugMatchedPaymentProviderConfigParams, ...) (*DebugMatchedPaymentProviderConfigOK, ...)
- func (a *Client) DeletePaymentProviderConfig(params *DeletePaymentProviderConfigParams, ...) (*DeletePaymentProviderConfigNoContent, *DeletePaymentProviderConfigNotFound, ...)
- func (a *Client) GetAggregatePaymentProviders(params *GetAggregatePaymentProvidersParams, ...) (*GetAggregatePaymentProvidersOK, error)
- func (a *Client) GetPaymentMerchantConfig(params *GetPaymentMerchantConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentMerchantConfigOK, *GetPaymentMerchantConfigNotFound, error)
- func (a *Client) GetPaymentTaxConfig(params *GetPaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentTaxConfigOK, error)
- func (a *Client) GetSpecialPaymentProviders(params *GetSpecialPaymentProvidersParams, ...) (*GetSpecialPaymentProvidersOK, error)
- func (a *Client) QueryPaymentProviderConfig(params *QueryPaymentProviderConfigParams, ...) (*QueryPaymentProviderConfigOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) TestAdyenConfig(params *TestAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigOK, error)
- func (a *Client) TestAdyenConfigByID(params *TestAdyenConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigByIDOK, *TestAdyenConfigByIDNotFound, error)
- func (a *Client) TestAliPayConfig(params *TestAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigOK, error)
- func (a *Client) TestAliPayConfigByID(params *TestAliPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigByIDOK, *TestAliPayConfigByIDNotFound, error)
- func (a *Client) TestCheckoutConfig(params *TestCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigOK, error)
- func (a *Client) TestCheckoutConfigByID(params *TestCheckoutConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigByIDOK, *TestCheckoutConfigByIDNotFound, error)
- func (a *Client) TestPayPalConfig(params *TestPayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigOK, error)
- func (a *Client) TestPayPalConfigByID(params *TestPayPalConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigByIDOK, *TestPayPalConfigByIDNotFound, error)
- func (a *Client) TestStripeConfig(params *TestStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigOK, error)
- func (a *Client) TestStripeConfigByID(params *TestStripeConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigByIDOK, *TestStripeConfigByIDNotFound, error)
- func (a *Client) TestWxPayConfig(params *TestWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigOK, error)
- func (a *Client) TestWxPayConfigByID(params *TestWxPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigByIDOK, *TestWxPayConfigByIDNotFound, error)
- func (a *Client) TestXsollaConfig(params *TestXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigOK, error)
- func (a *Client) TestXsollaConfigByID(params *TestXsollaConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigByIDOK, *TestXsollaConfigByIDNotFound, error)
- func (a *Client) UpdateAdyenConfig(params *UpdateAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAdyenConfigOK, *UpdateAdyenConfigNotFound, error)
- func (a *Client) UpdateAliPayConfig(params *UpdateAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAliPayConfigOK, *UpdateAliPayConfigNotFound, error)
- func (a *Client) UpdateCheckoutConfig(params *UpdateCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCheckoutConfigOK, *UpdateCheckoutConfigNotFound, error)
- func (a *Client) UpdatePayPalConfig(params *UpdatePayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePayPalConfigOK, *UpdatePayPalConfigNotFound, error)
- func (a *Client) UpdatePaymentProviderConfig(params *UpdatePaymentProviderConfigParams, ...) (*UpdatePaymentProviderConfigOK, *UpdatePaymentProviderConfigBadRequest, ...)
- func (a *Client) UpdatePaymentTaxConfig(params *UpdatePaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePaymentTaxConfigOK, *UpdatePaymentTaxConfigBadRequest, ...)
- func (a *Client) UpdateStripeConfig(params *UpdateStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateStripeConfigOK, *UpdateStripeConfigNotFound, error)
- func (a *Client) UpdateWxPayConfig(params *UpdateWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigOK, *UpdateWxPayConfigNotFound, error)
- func (a *Client) UpdateWxPayConfigCert(params *UpdateWxPayConfigCertParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigCertOK, *UpdateWxPayConfigCertNotFound, error)
- func (a *Client) UpdateXsollaConfig(params *UpdateXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaConfigOK, *UpdateXsollaConfigNotFound, error)
- func (a *Client) UpdateXsollaUIConfig(params *UpdateXsollaUIConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaUIConfigOK, *UpdateXsollaUIConfigNotFound, error)
- type ClientService
- type CreatePaymentProviderConfigBadRequest
- type CreatePaymentProviderConfigConflict
- type CreatePaymentProviderConfigOK
- type CreatePaymentProviderConfigParams
- func NewCreatePaymentProviderConfigParams() *CreatePaymentProviderConfigParams
- func NewCreatePaymentProviderConfigParamsWithContext(ctx context.Context) *CreatePaymentProviderConfigParams
- func NewCreatePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *CreatePaymentProviderConfigParams
- func NewCreatePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *CreatePaymentProviderConfigParams
- func (o *CreatePaymentProviderConfigParams) SetBody(body *platformclientmodels.PaymentProviderConfigEdit)
- func (o *CreatePaymentProviderConfigParams) SetContext(ctx context.Context)
- func (o *CreatePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
- func (o *CreatePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
- func (o *CreatePaymentProviderConfigParams) WithBody(body *platformclientmodels.PaymentProviderConfigEdit) *CreatePaymentProviderConfigParams
- func (o *CreatePaymentProviderConfigParams) WithContext(ctx context.Context) *CreatePaymentProviderConfigParams
- func (o *CreatePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *CreatePaymentProviderConfigParams
- func (o *CreatePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *CreatePaymentProviderConfigParams
- func (o *CreatePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePaymentProviderConfigReader
- type CreatePaymentProviderConfigUnprocessableEntity
- type DebugMatchedPaymentMerchantConfigNotFound
- type DebugMatchedPaymentMerchantConfigOK
- type DebugMatchedPaymentMerchantConfigParams
- func NewDebugMatchedPaymentMerchantConfigParams() *DebugMatchedPaymentMerchantConfigParams
- func NewDebugMatchedPaymentMerchantConfigParamsWithContext(ctx context.Context) *DebugMatchedPaymentMerchantConfigParams
- func NewDebugMatchedPaymentMerchantConfigParamsWithHTTPClient(client *http.Client) *DebugMatchedPaymentMerchantConfigParams
- func NewDebugMatchedPaymentMerchantConfigParamsWithTimeout(timeout time.Duration) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) SetContext(ctx context.Context)
- func (o *DebugMatchedPaymentMerchantConfigParams) SetHTTPClient(client *http.Client)
- func (o *DebugMatchedPaymentMerchantConfigParams) SetNamespace(namespace *string)
- func (o *DebugMatchedPaymentMerchantConfigParams) SetRegion(region *string)
- func (o *DebugMatchedPaymentMerchantConfigParams) SetTimeout(timeout time.Duration)
- func (o *DebugMatchedPaymentMerchantConfigParams) WithContext(ctx context.Context) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) WithHTTPClient(client *http.Client) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) WithNamespace(namespace *string) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) WithRegion(region *string) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) WithTimeout(timeout time.Duration) *DebugMatchedPaymentMerchantConfigParams
- func (o *DebugMatchedPaymentMerchantConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DebugMatchedPaymentMerchantConfigReader
- type DebugMatchedPaymentProviderConfigNotFound
- type DebugMatchedPaymentProviderConfigOK
- type DebugMatchedPaymentProviderConfigParams
- func NewDebugMatchedPaymentProviderConfigParams() *DebugMatchedPaymentProviderConfigParams
- func NewDebugMatchedPaymentProviderConfigParamsWithContext(ctx context.Context) *DebugMatchedPaymentProviderConfigParams
- func NewDebugMatchedPaymentProviderConfigParamsWithHTTPClient(client *http.Client) *DebugMatchedPaymentProviderConfigParams
- func NewDebugMatchedPaymentProviderConfigParamsWithTimeout(timeout time.Duration) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) SetContext(ctx context.Context)
- func (o *DebugMatchedPaymentProviderConfigParams) SetHTTPClient(client *http.Client)
- func (o *DebugMatchedPaymentProviderConfigParams) SetNamespace(namespace *string)
- func (o *DebugMatchedPaymentProviderConfigParams) SetRegion(region *string)
- func (o *DebugMatchedPaymentProviderConfigParams) SetTimeout(timeout time.Duration)
- func (o *DebugMatchedPaymentProviderConfigParams) WithContext(ctx context.Context) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) WithHTTPClient(client *http.Client) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) WithNamespace(namespace *string) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) WithRegion(region *string) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) WithTimeout(timeout time.Duration) *DebugMatchedPaymentProviderConfigParams
- func (o *DebugMatchedPaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DebugMatchedPaymentProviderConfigReader
- type DeletePaymentProviderConfigNoContent
- type DeletePaymentProviderConfigNotFound
- type DeletePaymentProviderConfigParams
- func NewDeletePaymentProviderConfigParams() *DeletePaymentProviderConfigParams
- func NewDeletePaymentProviderConfigParamsWithContext(ctx context.Context) *DeletePaymentProviderConfigParams
- func NewDeletePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *DeletePaymentProviderConfigParams
- func NewDeletePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *DeletePaymentProviderConfigParams
- func (o *DeletePaymentProviderConfigParams) SetContext(ctx context.Context)
- func (o *DeletePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
- func (o *DeletePaymentProviderConfigParams) SetID(id string)
- func (o *DeletePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
- func (o *DeletePaymentProviderConfigParams) WithContext(ctx context.Context) *DeletePaymentProviderConfigParams
- func (o *DeletePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *DeletePaymentProviderConfigParams
- func (o *DeletePaymentProviderConfigParams) WithID(id string) *DeletePaymentProviderConfigParams
- func (o *DeletePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *DeletePaymentProviderConfigParams
- func (o *DeletePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeletePaymentProviderConfigReader
- type GetAggregatePaymentProvidersOK
- type GetAggregatePaymentProvidersParams
- func NewGetAggregatePaymentProvidersParams() *GetAggregatePaymentProvidersParams
- func NewGetAggregatePaymentProvidersParamsWithContext(ctx context.Context) *GetAggregatePaymentProvidersParams
- func NewGetAggregatePaymentProvidersParamsWithHTTPClient(client *http.Client) *GetAggregatePaymentProvidersParams
- func NewGetAggregatePaymentProvidersParamsWithTimeout(timeout time.Duration) *GetAggregatePaymentProvidersParams
- func (o *GetAggregatePaymentProvidersParams) SetContext(ctx context.Context)
- func (o *GetAggregatePaymentProvidersParams) SetHTTPClient(client *http.Client)
- func (o *GetAggregatePaymentProvidersParams) SetTimeout(timeout time.Duration)
- func (o *GetAggregatePaymentProvidersParams) WithContext(ctx context.Context) *GetAggregatePaymentProvidersParams
- func (o *GetAggregatePaymentProvidersParams) WithHTTPClient(client *http.Client) *GetAggregatePaymentProvidersParams
- func (o *GetAggregatePaymentProvidersParams) WithTimeout(timeout time.Duration) *GetAggregatePaymentProvidersParams
- func (o *GetAggregatePaymentProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAggregatePaymentProvidersReader
- type GetPaymentMerchantConfigNotFound
- type GetPaymentMerchantConfigOK
- type GetPaymentMerchantConfigParams
- func NewGetPaymentMerchantConfigParams() *GetPaymentMerchantConfigParams
- func NewGetPaymentMerchantConfigParamsWithContext(ctx context.Context) *GetPaymentMerchantConfigParams
- func NewGetPaymentMerchantConfigParamsWithHTTPClient(client *http.Client) *GetPaymentMerchantConfigParams
- func NewGetPaymentMerchantConfigParamsWithTimeout(timeout time.Duration) *GetPaymentMerchantConfigParams
- func (o *GetPaymentMerchantConfigParams) SetContext(ctx context.Context)
- func (o *GetPaymentMerchantConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentMerchantConfigParams) SetID(id string)
- func (o *GetPaymentMerchantConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentMerchantConfigParams) WithContext(ctx context.Context) *GetPaymentMerchantConfigParams
- func (o *GetPaymentMerchantConfigParams) WithHTTPClient(client *http.Client) *GetPaymentMerchantConfigParams
- func (o *GetPaymentMerchantConfigParams) WithID(id string) *GetPaymentMerchantConfigParams
- func (o *GetPaymentMerchantConfigParams) WithTimeout(timeout time.Duration) *GetPaymentMerchantConfigParams
- func (o *GetPaymentMerchantConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentMerchantConfigReader
- type GetPaymentTaxConfigOK
- type GetPaymentTaxConfigParams
- func NewGetPaymentTaxConfigParams() *GetPaymentTaxConfigParams
- func NewGetPaymentTaxConfigParamsWithContext(ctx context.Context) *GetPaymentTaxConfigParams
- func NewGetPaymentTaxConfigParamsWithHTTPClient(client *http.Client) *GetPaymentTaxConfigParams
- func NewGetPaymentTaxConfigParamsWithTimeout(timeout time.Duration) *GetPaymentTaxConfigParams
- func (o *GetPaymentTaxConfigParams) SetContext(ctx context.Context)
- func (o *GetPaymentTaxConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetPaymentTaxConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetPaymentTaxConfigParams) WithContext(ctx context.Context) *GetPaymentTaxConfigParams
- func (o *GetPaymentTaxConfigParams) WithHTTPClient(client *http.Client) *GetPaymentTaxConfigParams
- func (o *GetPaymentTaxConfigParams) WithTimeout(timeout time.Duration) *GetPaymentTaxConfigParams
- func (o *GetPaymentTaxConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPaymentTaxConfigReader
- type GetSpecialPaymentProvidersOK
- type GetSpecialPaymentProvidersParams
- func NewGetSpecialPaymentProvidersParams() *GetSpecialPaymentProvidersParams
- func NewGetSpecialPaymentProvidersParamsWithContext(ctx context.Context) *GetSpecialPaymentProvidersParams
- func NewGetSpecialPaymentProvidersParamsWithHTTPClient(client *http.Client) *GetSpecialPaymentProvidersParams
- func NewGetSpecialPaymentProvidersParamsWithTimeout(timeout time.Duration) *GetSpecialPaymentProvidersParams
- func (o *GetSpecialPaymentProvidersParams) SetContext(ctx context.Context)
- func (o *GetSpecialPaymentProvidersParams) SetHTTPClient(client *http.Client)
- func (o *GetSpecialPaymentProvidersParams) SetTimeout(timeout time.Duration)
- func (o *GetSpecialPaymentProvidersParams) WithContext(ctx context.Context) *GetSpecialPaymentProvidersParams
- func (o *GetSpecialPaymentProvidersParams) WithHTTPClient(client *http.Client) *GetSpecialPaymentProvidersParams
- func (o *GetSpecialPaymentProvidersParams) WithTimeout(timeout time.Duration) *GetSpecialPaymentProvidersParams
- func (o *GetSpecialPaymentProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpecialPaymentProvidersReader
- type QueryPaymentProviderConfigOK
- type QueryPaymentProviderConfigParams
- func NewQueryPaymentProviderConfigParams() *QueryPaymentProviderConfigParams
- func NewQueryPaymentProviderConfigParamsWithContext(ctx context.Context) *QueryPaymentProviderConfigParams
- func NewQueryPaymentProviderConfigParamsWithHTTPClient(client *http.Client) *QueryPaymentProviderConfigParams
- func NewQueryPaymentProviderConfigParamsWithTimeout(timeout time.Duration) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) SetContext(ctx context.Context)
- func (o *QueryPaymentProviderConfigParams) SetHTTPClient(client *http.Client)
- func (o *QueryPaymentProviderConfigParams) SetLimit(limit *int32)
- func (o *QueryPaymentProviderConfigParams) SetNamespace(namespace *string)
- func (o *QueryPaymentProviderConfigParams) SetOffset(offset *int32)
- func (o *QueryPaymentProviderConfigParams) SetRegion(region *string)
- func (o *QueryPaymentProviderConfigParams) SetTimeout(timeout time.Duration)
- func (o *QueryPaymentProviderConfigParams) WithContext(ctx context.Context) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithHTTPClient(client *http.Client) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithLimit(limit *int32) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithNamespace(namespace *string) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithOffset(offset *int32) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithRegion(region *string) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WithTimeout(timeout time.Duration) *QueryPaymentProviderConfigParams
- func (o *QueryPaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QueryPaymentProviderConfigReader
- type TestAdyenConfigByIDNotFound
- type TestAdyenConfigByIDOK
- type TestAdyenConfigByIDParams
- func NewTestAdyenConfigByIDParams() *TestAdyenConfigByIDParams
- func NewTestAdyenConfigByIDParamsWithContext(ctx context.Context) *TestAdyenConfigByIDParams
- func NewTestAdyenConfigByIDParamsWithHTTPClient(client *http.Client) *TestAdyenConfigByIDParams
- func NewTestAdyenConfigByIDParamsWithTimeout(timeout time.Duration) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestAdyenConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestAdyenConfigByIDParams) SetID(id string)
- func (o *TestAdyenConfigByIDParams) SetSandbox(sandbox *bool)
- func (o *TestAdyenConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestAdyenConfigByIDParams) WithContext(ctx context.Context) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) WithHTTPClient(client *http.Client) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) WithID(id string) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) WithSandbox(sandbox *bool) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) WithTimeout(timeout time.Duration) *TestAdyenConfigByIDParams
- func (o *TestAdyenConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestAdyenConfigByIDReader
- type TestAdyenConfigOK
- type TestAdyenConfigParams
- func NewTestAdyenConfigParams() *TestAdyenConfigParams
- func NewTestAdyenConfigParamsWithContext(ctx context.Context) *TestAdyenConfigParams
- func NewTestAdyenConfigParamsWithHTTPClient(client *http.Client) *TestAdyenConfigParams
- func NewTestAdyenConfigParamsWithTimeout(timeout time.Duration) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) SetBody(body *platformclientmodels.AdyenConfig)
- func (o *TestAdyenConfigParams) SetContext(ctx context.Context)
- func (o *TestAdyenConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestAdyenConfigParams) SetSandbox(sandbox *bool)
- func (o *TestAdyenConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestAdyenConfigParams) WithBody(body *platformclientmodels.AdyenConfig) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) WithContext(ctx context.Context) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) WithHTTPClient(client *http.Client) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) WithSandbox(sandbox *bool) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) WithTimeout(timeout time.Duration) *TestAdyenConfigParams
- func (o *TestAdyenConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestAdyenConfigReader
- type TestAliPayConfigByIDNotFound
- type TestAliPayConfigByIDOK
- type TestAliPayConfigByIDParams
- func NewTestAliPayConfigByIDParams() *TestAliPayConfigByIDParams
- func NewTestAliPayConfigByIDParamsWithContext(ctx context.Context) *TestAliPayConfigByIDParams
- func NewTestAliPayConfigByIDParamsWithHTTPClient(client *http.Client) *TestAliPayConfigByIDParams
- func NewTestAliPayConfigByIDParamsWithTimeout(timeout time.Duration) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestAliPayConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestAliPayConfigByIDParams) SetID(id string)
- func (o *TestAliPayConfigByIDParams) SetSandbox(sandbox *bool)
- func (o *TestAliPayConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestAliPayConfigByIDParams) WithContext(ctx context.Context) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) WithHTTPClient(client *http.Client) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) WithID(id string) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) WithSandbox(sandbox *bool) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) WithTimeout(timeout time.Duration) *TestAliPayConfigByIDParams
- func (o *TestAliPayConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestAliPayConfigByIDReader
- type TestAliPayConfigOK
- type TestAliPayConfigParams
- func NewTestAliPayConfigParams() *TestAliPayConfigParams
- func NewTestAliPayConfigParamsWithContext(ctx context.Context) *TestAliPayConfigParams
- func NewTestAliPayConfigParamsWithHTTPClient(client *http.Client) *TestAliPayConfigParams
- func NewTestAliPayConfigParamsWithTimeout(timeout time.Duration) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) SetBody(body *platformclientmodels.AliPayConfig)
- func (o *TestAliPayConfigParams) SetContext(ctx context.Context)
- func (o *TestAliPayConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestAliPayConfigParams) SetSandbox(sandbox *bool)
- func (o *TestAliPayConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestAliPayConfigParams) WithBody(body *platformclientmodels.AliPayConfig) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) WithContext(ctx context.Context) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) WithHTTPClient(client *http.Client) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) WithSandbox(sandbox *bool) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) WithTimeout(timeout time.Duration) *TestAliPayConfigParams
- func (o *TestAliPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestAliPayConfigReader
- type TestCheckoutConfigByIDNotFound
- type TestCheckoutConfigByIDOK
- type TestCheckoutConfigByIDParams
- func NewTestCheckoutConfigByIDParams() *TestCheckoutConfigByIDParams
- func NewTestCheckoutConfigByIDParamsWithContext(ctx context.Context) *TestCheckoutConfigByIDParams
- func NewTestCheckoutConfigByIDParamsWithHTTPClient(client *http.Client) *TestCheckoutConfigByIDParams
- func NewTestCheckoutConfigByIDParamsWithTimeout(timeout time.Duration) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestCheckoutConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestCheckoutConfigByIDParams) SetID(id string)
- func (o *TestCheckoutConfigByIDParams) SetSandbox(sandbox *bool)
- func (o *TestCheckoutConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestCheckoutConfigByIDParams) WithContext(ctx context.Context) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) WithHTTPClient(client *http.Client) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) WithID(id string) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) WithSandbox(sandbox *bool) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) WithTimeout(timeout time.Duration) *TestCheckoutConfigByIDParams
- func (o *TestCheckoutConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestCheckoutConfigByIDReader
- type TestCheckoutConfigOK
- type TestCheckoutConfigParams
- func NewTestCheckoutConfigParams() *TestCheckoutConfigParams
- func NewTestCheckoutConfigParamsWithContext(ctx context.Context) *TestCheckoutConfigParams
- func NewTestCheckoutConfigParamsWithHTTPClient(client *http.Client) *TestCheckoutConfigParams
- func NewTestCheckoutConfigParamsWithTimeout(timeout time.Duration) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) SetBody(body *platformclientmodels.CheckoutConfig)
- func (o *TestCheckoutConfigParams) SetContext(ctx context.Context)
- func (o *TestCheckoutConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestCheckoutConfigParams) SetSandbox(sandbox *bool)
- func (o *TestCheckoutConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestCheckoutConfigParams) WithBody(body *platformclientmodels.CheckoutConfig) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) WithContext(ctx context.Context) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) WithHTTPClient(client *http.Client) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) WithSandbox(sandbox *bool) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) WithTimeout(timeout time.Duration) *TestCheckoutConfigParams
- func (o *TestCheckoutConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestCheckoutConfigReader
- type TestPayPalConfigByIDNotFound
- type TestPayPalConfigByIDOK
- type TestPayPalConfigByIDParams
- func NewTestPayPalConfigByIDParams() *TestPayPalConfigByIDParams
- func NewTestPayPalConfigByIDParamsWithContext(ctx context.Context) *TestPayPalConfigByIDParams
- func NewTestPayPalConfigByIDParamsWithHTTPClient(client *http.Client) *TestPayPalConfigByIDParams
- func NewTestPayPalConfigByIDParamsWithTimeout(timeout time.Duration) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestPayPalConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestPayPalConfigByIDParams) SetID(id string)
- func (o *TestPayPalConfigByIDParams) SetSandbox(sandbox *bool)
- func (o *TestPayPalConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestPayPalConfigByIDParams) WithContext(ctx context.Context) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) WithHTTPClient(client *http.Client) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) WithID(id string) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) WithSandbox(sandbox *bool) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) WithTimeout(timeout time.Duration) *TestPayPalConfigByIDParams
- func (o *TestPayPalConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestPayPalConfigByIDReader
- type TestPayPalConfigOK
- type TestPayPalConfigParams
- func NewTestPayPalConfigParams() *TestPayPalConfigParams
- func NewTestPayPalConfigParamsWithContext(ctx context.Context) *TestPayPalConfigParams
- func NewTestPayPalConfigParamsWithHTTPClient(client *http.Client) *TestPayPalConfigParams
- func NewTestPayPalConfigParamsWithTimeout(timeout time.Duration) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) SetBody(body *platformclientmodels.PayPalConfig)
- func (o *TestPayPalConfigParams) SetContext(ctx context.Context)
- func (o *TestPayPalConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestPayPalConfigParams) SetSandbox(sandbox *bool)
- func (o *TestPayPalConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestPayPalConfigParams) WithBody(body *platformclientmodels.PayPalConfig) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) WithContext(ctx context.Context) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) WithHTTPClient(client *http.Client) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) WithSandbox(sandbox *bool) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) WithTimeout(timeout time.Duration) *TestPayPalConfigParams
- func (o *TestPayPalConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestPayPalConfigReader
- type TestStripeConfigByIDNotFound
- type TestStripeConfigByIDOK
- type TestStripeConfigByIDParams
- func NewTestStripeConfigByIDParams() *TestStripeConfigByIDParams
- func NewTestStripeConfigByIDParamsWithContext(ctx context.Context) *TestStripeConfigByIDParams
- func NewTestStripeConfigByIDParamsWithHTTPClient(client *http.Client) *TestStripeConfigByIDParams
- func NewTestStripeConfigByIDParamsWithTimeout(timeout time.Duration) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestStripeConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestStripeConfigByIDParams) SetID(id string)
- func (o *TestStripeConfigByIDParams) SetSandbox(sandbox *bool)
- func (o *TestStripeConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestStripeConfigByIDParams) WithContext(ctx context.Context) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) WithHTTPClient(client *http.Client) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) WithID(id string) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) WithSandbox(sandbox *bool) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) WithTimeout(timeout time.Duration) *TestStripeConfigByIDParams
- func (o *TestStripeConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestStripeConfigByIDReader
- type TestStripeConfigOK
- type TestStripeConfigParams
- func NewTestStripeConfigParams() *TestStripeConfigParams
- func NewTestStripeConfigParamsWithContext(ctx context.Context) *TestStripeConfigParams
- func NewTestStripeConfigParamsWithHTTPClient(client *http.Client) *TestStripeConfigParams
- func NewTestStripeConfigParamsWithTimeout(timeout time.Duration) *TestStripeConfigParams
- func (o *TestStripeConfigParams) SetBody(body *platformclientmodels.StripeConfig)
- func (o *TestStripeConfigParams) SetContext(ctx context.Context)
- func (o *TestStripeConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestStripeConfigParams) SetSandbox(sandbox *bool)
- func (o *TestStripeConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestStripeConfigParams) WithBody(body *platformclientmodels.StripeConfig) *TestStripeConfigParams
- func (o *TestStripeConfigParams) WithContext(ctx context.Context) *TestStripeConfigParams
- func (o *TestStripeConfigParams) WithHTTPClient(client *http.Client) *TestStripeConfigParams
- func (o *TestStripeConfigParams) WithSandbox(sandbox *bool) *TestStripeConfigParams
- func (o *TestStripeConfigParams) WithTimeout(timeout time.Duration) *TestStripeConfigParams
- func (o *TestStripeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestStripeConfigReader
- type TestWxPayConfigByIDNotFound
- type TestWxPayConfigByIDOK
- type TestWxPayConfigByIDParams
- func NewTestWxPayConfigByIDParams() *TestWxPayConfigByIDParams
- func NewTestWxPayConfigByIDParamsWithContext(ctx context.Context) *TestWxPayConfigByIDParams
- func NewTestWxPayConfigByIDParamsWithHTTPClient(client *http.Client) *TestWxPayConfigByIDParams
- func NewTestWxPayConfigByIDParamsWithTimeout(timeout time.Duration) *TestWxPayConfigByIDParams
- func (o *TestWxPayConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestWxPayConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestWxPayConfigByIDParams) SetID(id string)
- func (o *TestWxPayConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestWxPayConfigByIDParams) WithContext(ctx context.Context) *TestWxPayConfigByIDParams
- func (o *TestWxPayConfigByIDParams) WithHTTPClient(client *http.Client) *TestWxPayConfigByIDParams
- func (o *TestWxPayConfigByIDParams) WithID(id string) *TestWxPayConfigByIDParams
- func (o *TestWxPayConfigByIDParams) WithTimeout(timeout time.Duration) *TestWxPayConfigByIDParams
- func (o *TestWxPayConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestWxPayConfigByIDReader
- type TestWxPayConfigOK
- type TestWxPayConfigParams
- func NewTestWxPayConfigParams() *TestWxPayConfigParams
- func NewTestWxPayConfigParamsWithContext(ctx context.Context) *TestWxPayConfigParams
- func NewTestWxPayConfigParamsWithHTTPClient(client *http.Client) *TestWxPayConfigParams
- func NewTestWxPayConfigParamsWithTimeout(timeout time.Duration) *TestWxPayConfigParams
- func (o *TestWxPayConfigParams) SetBody(body *platformclientmodels.WxPayConfigRequest)
- func (o *TestWxPayConfigParams) SetContext(ctx context.Context)
- func (o *TestWxPayConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestWxPayConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestWxPayConfigParams) WithBody(body *platformclientmodels.WxPayConfigRequest) *TestWxPayConfigParams
- func (o *TestWxPayConfigParams) WithContext(ctx context.Context) *TestWxPayConfigParams
- func (o *TestWxPayConfigParams) WithHTTPClient(client *http.Client) *TestWxPayConfigParams
- func (o *TestWxPayConfigParams) WithTimeout(timeout time.Duration) *TestWxPayConfigParams
- func (o *TestWxPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestWxPayConfigReader
- type TestXsollaConfigByIDNotFound
- type TestXsollaConfigByIDOK
- type TestXsollaConfigByIDParams
- func NewTestXsollaConfigByIDParams() *TestXsollaConfigByIDParams
- func NewTestXsollaConfigByIDParamsWithContext(ctx context.Context) *TestXsollaConfigByIDParams
- func NewTestXsollaConfigByIDParamsWithHTTPClient(client *http.Client) *TestXsollaConfigByIDParams
- func NewTestXsollaConfigByIDParamsWithTimeout(timeout time.Duration) *TestXsollaConfigByIDParams
- func (o *TestXsollaConfigByIDParams) SetContext(ctx context.Context)
- func (o *TestXsollaConfigByIDParams) SetHTTPClient(client *http.Client)
- func (o *TestXsollaConfigByIDParams) SetID(id string)
- func (o *TestXsollaConfigByIDParams) SetTimeout(timeout time.Duration)
- func (o *TestXsollaConfigByIDParams) WithContext(ctx context.Context) *TestXsollaConfigByIDParams
- func (o *TestXsollaConfigByIDParams) WithHTTPClient(client *http.Client) *TestXsollaConfigByIDParams
- func (o *TestXsollaConfigByIDParams) WithID(id string) *TestXsollaConfigByIDParams
- func (o *TestXsollaConfigByIDParams) WithTimeout(timeout time.Duration) *TestXsollaConfigByIDParams
- func (o *TestXsollaConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestXsollaConfigByIDReader
- type TestXsollaConfigOK
- type TestXsollaConfigParams
- func NewTestXsollaConfigParams() *TestXsollaConfigParams
- func NewTestXsollaConfigParamsWithContext(ctx context.Context) *TestXsollaConfigParams
- func NewTestXsollaConfigParamsWithHTTPClient(client *http.Client) *TestXsollaConfigParams
- func NewTestXsollaConfigParamsWithTimeout(timeout time.Duration) *TestXsollaConfigParams
- func (o *TestXsollaConfigParams) SetBody(body *platformclientmodels.XsollaConfig)
- func (o *TestXsollaConfigParams) SetContext(ctx context.Context)
- func (o *TestXsollaConfigParams) SetHTTPClient(client *http.Client)
- func (o *TestXsollaConfigParams) SetTimeout(timeout time.Duration)
- func (o *TestXsollaConfigParams) WithBody(body *platformclientmodels.XsollaConfig) *TestXsollaConfigParams
- func (o *TestXsollaConfigParams) WithContext(ctx context.Context) *TestXsollaConfigParams
- func (o *TestXsollaConfigParams) WithHTTPClient(client *http.Client) *TestXsollaConfigParams
- func (o *TestXsollaConfigParams) WithTimeout(timeout time.Duration) *TestXsollaConfigParams
- func (o *TestXsollaConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type TestXsollaConfigReader
- type UpdateAdyenConfigNotFound
- type UpdateAdyenConfigOK
- type UpdateAdyenConfigParams
- func NewUpdateAdyenConfigParams() *UpdateAdyenConfigParams
- func NewUpdateAdyenConfigParamsWithContext(ctx context.Context) *UpdateAdyenConfigParams
- func NewUpdateAdyenConfigParamsWithHTTPClient(client *http.Client) *UpdateAdyenConfigParams
- func NewUpdateAdyenConfigParamsWithTimeout(timeout time.Duration) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) SetBody(body *platformclientmodels.AdyenConfig)
- func (o *UpdateAdyenConfigParams) SetContext(ctx context.Context)
- func (o *UpdateAdyenConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAdyenConfigParams) SetID(id string)
- func (o *UpdateAdyenConfigParams) SetSandbox(sandbox *bool)
- func (o *UpdateAdyenConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAdyenConfigParams) SetValidate(validate *bool)
- func (o *UpdateAdyenConfigParams) WithBody(body *platformclientmodels.AdyenConfig) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithContext(ctx context.Context) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithHTTPClient(client *http.Client) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithID(id string) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithSandbox(sandbox *bool) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithTimeout(timeout time.Duration) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WithValidate(validate *bool) *UpdateAdyenConfigParams
- func (o *UpdateAdyenConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAdyenConfigReader
- type UpdateAliPayConfigNotFound
- type UpdateAliPayConfigOK
- type UpdateAliPayConfigParams
- func NewUpdateAliPayConfigParams() *UpdateAliPayConfigParams
- func NewUpdateAliPayConfigParamsWithContext(ctx context.Context) *UpdateAliPayConfigParams
- func NewUpdateAliPayConfigParamsWithHTTPClient(client *http.Client) *UpdateAliPayConfigParams
- func NewUpdateAliPayConfigParamsWithTimeout(timeout time.Duration) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) SetBody(body *platformclientmodels.AliPayConfig)
- func (o *UpdateAliPayConfigParams) SetContext(ctx context.Context)
- func (o *UpdateAliPayConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAliPayConfigParams) SetID(id string)
- func (o *UpdateAliPayConfigParams) SetSandbox(sandbox *bool)
- func (o *UpdateAliPayConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAliPayConfigParams) SetValidate(validate *bool)
- func (o *UpdateAliPayConfigParams) WithBody(body *platformclientmodels.AliPayConfig) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithContext(ctx context.Context) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithHTTPClient(client *http.Client) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithID(id string) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithSandbox(sandbox *bool) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithTimeout(timeout time.Duration) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WithValidate(validate *bool) *UpdateAliPayConfigParams
- func (o *UpdateAliPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAliPayConfigReader
- type UpdateCheckoutConfigNotFound
- type UpdateCheckoutConfigOK
- type UpdateCheckoutConfigParams
- func NewUpdateCheckoutConfigParams() *UpdateCheckoutConfigParams
- func NewUpdateCheckoutConfigParamsWithContext(ctx context.Context) *UpdateCheckoutConfigParams
- func NewUpdateCheckoutConfigParamsWithHTTPClient(client *http.Client) *UpdateCheckoutConfigParams
- func NewUpdateCheckoutConfigParamsWithTimeout(timeout time.Duration) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) SetBody(body *platformclientmodels.CheckoutConfig)
- func (o *UpdateCheckoutConfigParams) SetContext(ctx context.Context)
- func (o *UpdateCheckoutConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateCheckoutConfigParams) SetID(id string)
- func (o *UpdateCheckoutConfigParams) SetSandbox(sandbox *bool)
- func (o *UpdateCheckoutConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateCheckoutConfigParams) SetValidate(validate *bool)
- func (o *UpdateCheckoutConfigParams) WithBody(body *platformclientmodels.CheckoutConfig) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithContext(ctx context.Context) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithHTTPClient(client *http.Client) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithID(id string) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithSandbox(sandbox *bool) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithTimeout(timeout time.Duration) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WithValidate(validate *bool) *UpdateCheckoutConfigParams
- func (o *UpdateCheckoutConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateCheckoutConfigReader
- type UpdatePayPalConfigNotFound
- type UpdatePayPalConfigOK
- type UpdatePayPalConfigParams
- func NewUpdatePayPalConfigParams() *UpdatePayPalConfigParams
- func NewUpdatePayPalConfigParamsWithContext(ctx context.Context) *UpdatePayPalConfigParams
- func NewUpdatePayPalConfigParamsWithHTTPClient(client *http.Client) *UpdatePayPalConfigParams
- func NewUpdatePayPalConfigParamsWithTimeout(timeout time.Duration) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) SetBody(body *platformclientmodels.PayPalConfig)
- func (o *UpdatePayPalConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePayPalConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePayPalConfigParams) SetID(id string)
- func (o *UpdatePayPalConfigParams) SetSandbox(sandbox *bool)
- func (o *UpdatePayPalConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePayPalConfigParams) SetValidate(validate *bool)
- func (o *UpdatePayPalConfigParams) WithBody(body *platformclientmodels.PayPalConfig) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithContext(ctx context.Context) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithHTTPClient(client *http.Client) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithID(id string) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithSandbox(sandbox *bool) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithTimeout(timeout time.Duration) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WithValidate(validate *bool) *UpdatePayPalConfigParams
- func (o *UpdatePayPalConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePayPalConfigReader
- type UpdatePaymentProviderConfigBadRequest
- type UpdatePaymentProviderConfigConflict
- type UpdatePaymentProviderConfigNotFound
- type UpdatePaymentProviderConfigOK
- type UpdatePaymentProviderConfigParams
- func NewUpdatePaymentProviderConfigParams() *UpdatePaymentProviderConfigParams
- func NewUpdatePaymentProviderConfigParamsWithContext(ctx context.Context) *UpdatePaymentProviderConfigParams
- func NewUpdatePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *UpdatePaymentProviderConfigParams
- func NewUpdatePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) SetBody(body *platformclientmodels.PaymentProviderConfigEdit)
- func (o *UpdatePaymentProviderConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePaymentProviderConfigParams) SetID(id string)
- func (o *UpdatePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePaymentProviderConfigParams) WithBody(body *platformclientmodels.PaymentProviderConfigEdit) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) WithContext(ctx context.Context) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) WithID(id string) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *UpdatePaymentProviderConfigParams
- func (o *UpdatePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePaymentProviderConfigReader
- type UpdatePaymentProviderConfigUnprocessableEntity
- type UpdatePaymentTaxConfigBadRequest
- type UpdatePaymentTaxConfigOK
- type UpdatePaymentTaxConfigParams
- func NewUpdatePaymentTaxConfigParams() *UpdatePaymentTaxConfigParams
- func NewUpdatePaymentTaxConfigParamsWithContext(ctx context.Context) *UpdatePaymentTaxConfigParams
- func NewUpdatePaymentTaxConfigParamsWithHTTPClient(client *http.Client) *UpdatePaymentTaxConfigParams
- func NewUpdatePaymentTaxConfigParamsWithTimeout(timeout time.Duration) *UpdatePaymentTaxConfigParams
- func (o *UpdatePaymentTaxConfigParams) SetBody(body *platformclientmodels.PaymentTaxConfigEdit)
- func (o *UpdatePaymentTaxConfigParams) SetContext(ctx context.Context)
- func (o *UpdatePaymentTaxConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdatePaymentTaxConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdatePaymentTaxConfigParams) WithBody(body *platformclientmodels.PaymentTaxConfigEdit) *UpdatePaymentTaxConfigParams
- func (o *UpdatePaymentTaxConfigParams) WithContext(ctx context.Context) *UpdatePaymentTaxConfigParams
- func (o *UpdatePaymentTaxConfigParams) WithHTTPClient(client *http.Client) *UpdatePaymentTaxConfigParams
- func (o *UpdatePaymentTaxConfigParams) WithTimeout(timeout time.Duration) *UpdatePaymentTaxConfigParams
- func (o *UpdatePaymentTaxConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdatePaymentTaxConfigReader
- type UpdatePaymentTaxConfigUnprocessableEntity
- type UpdateStripeConfigNotFound
- type UpdateStripeConfigOK
- type UpdateStripeConfigParams
- func NewUpdateStripeConfigParams() *UpdateStripeConfigParams
- func NewUpdateStripeConfigParamsWithContext(ctx context.Context) *UpdateStripeConfigParams
- func NewUpdateStripeConfigParamsWithHTTPClient(client *http.Client) *UpdateStripeConfigParams
- func NewUpdateStripeConfigParamsWithTimeout(timeout time.Duration) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) SetBody(body *platformclientmodels.StripeConfig)
- func (o *UpdateStripeConfigParams) SetContext(ctx context.Context)
- func (o *UpdateStripeConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateStripeConfigParams) SetID(id string)
- func (o *UpdateStripeConfigParams) SetSandbox(sandbox *bool)
- func (o *UpdateStripeConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateStripeConfigParams) SetValidate(validate *bool)
- func (o *UpdateStripeConfigParams) WithBody(body *platformclientmodels.StripeConfig) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithContext(ctx context.Context) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithHTTPClient(client *http.Client) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithID(id string) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithSandbox(sandbox *bool) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithTimeout(timeout time.Duration) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WithValidate(validate *bool) *UpdateStripeConfigParams
- func (o *UpdateStripeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateStripeConfigReader
- type UpdateWxPayConfigCertNotFound
- type UpdateWxPayConfigCertOK
- type UpdateWxPayConfigCertParams
- func NewUpdateWxPayConfigCertParams() *UpdateWxPayConfigCertParams
- func NewUpdateWxPayConfigCertParamsWithContext(ctx context.Context) *UpdateWxPayConfigCertParams
- func NewUpdateWxPayConfigCertParamsWithHTTPClient(client *http.Client) *UpdateWxPayConfigCertParams
- func NewUpdateWxPayConfigCertParamsWithTimeout(timeout time.Duration) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) SetContext(ctx context.Context)
- func (o *UpdateWxPayConfigCertParams) SetFile(file runtime.NamedReadCloser)
- func (o *UpdateWxPayConfigCertParams) SetHTTPClient(client *http.Client)
- func (o *UpdateWxPayConfigCertParams) SetID(id string)
- func (o *UpdateWxPayConfigCertParams) SetTimeout(timeout time.Duration)
- func (o *UpdateWxPayConfigCertParams) WithContext(ctx context.Context) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) WithFile(file runtime.NamedReadCloser) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) WithHTTPClient(client *http.Client) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) WithID(id string) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) WithTimeout(timeout time.Duration) *UpdateWxPayConfigCertParams
- func (o *UpdateWxPayConfigCertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateWxPayConfigCertReader
- type UpdateWxPayConfigNotFound
- type UpdateWxPayConfigOK
- type UpdateWxPayConfigParams
- func NewUpdateWxPayConfigParams() *UpdateWxPayConfigParams
- func NewUpdateWxPayConfigParamsWithContext(ctx context.Context) *UpdateWxPayConfigParams
- func NewUpdateWxPayConfigParamsWithHTTPClient(client *http.Client) *UpdateWxPayConfigParams
- func NewUpdateWxPayConfigParamsWithTimeout(timeout time.Duration) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) SetBody(body *platformclientmodels.WxPayConfigRequest)
- func (o *UpdateWxPayConfigParams) SetContext(ctx context.Context)
- func (o *UpdateWxPayConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateWxPayConfigParams) SetID(id string)
- func (o *UpdateWxPayConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateWxPayConfigParams) SetValidate(validate *bool)
- func (o *UpdateWxPayConfigParams) WithBody(body *platformclientmodels.WxPayConfigRequest) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WithContext(ctx context.Context) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WithHTTPClient(client *http.Client) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WithID(id string) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WithTimeout(timeout time.Duration) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WithValidate(validate *bool) *UpdateWxPayConfigParams
- func (o *UpdateWxPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateWxPayConfigReader
- type UpdateXsollaConfigNotFound
- type UpdateXsollaConfigOK
- type UpdateXsollaConfigParams
- func NewUpdateXsollaConfigParams() *UpdateXsollaConfigParams
- func NewUpdateXsollaConfigParamsWithContext(ctx context.Context) *UpdateXsollaConfigParams
- func NewUpdateXsollaConfigParamsWithHTTPClient(client *http.Client) *UpdateXsollaConfigParams
- func NewUpdateXsollaConfigParamsWithTimeout(timeout time.Duration) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) SetBody(body *platformclientmodels.XsollaConfig)
- func (o *UpdateXsollaConfigParams) SetContext(ctx context.Context)
- func (o *UpdateXsollaConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateXsollaConfigParams) SetID(id string)
- func (o *UpdateXsollaConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateXsollaConfigParams) SetValidate(validate *bool)
- func (o *UpdateXsollaConfigParams) WithBody(body *platformclientmodels.XsollaConfig) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WithContext(ctx context.Context) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WithHTTPClient(client *http.Client) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WithID(id string) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WithTimeout(timeout time.Duration) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WithValidate(validate *bool) *UpdateXsollaConfigParams
- func (o *UpdateXsollaConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateXsollaConfigReader
- type UpdateXsollaUIConfigNotFound
- type UpdateXsollaUIConfigOK
- type UpdateXsollaUIConfigParams
- func NewUpdateXsollaUIConfigParams() *UpdateXsollaUIConfigParams
- func NewUpdateXsollaUIConfigParamsWithContext(ctx context.Context) *UpdateXsollaUIConfigParams
- func NewUpdateXsollaUIConfigParamsWithHTTPClient(client *http.Client) *UpdateXsollaUIConfigParams
- func NewUpdateXsollaUIConfigParamsWithTimeout(timeout time.Duration) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) SetBody(body *platformclientmodels.XsollaPaywallConfigRequest)
- func (o *UpdateXsollaUIConfigParams) SetContext(ctx context.Context)
- func (o *UpdateXsollaUIConfigParams) SetHTTPClient(client *http.Client)
- func (o *UpdateXsollaUIConfigParams) SetID(id string)
- func (o *UpdateXsollaUIConfigParams) SetTimeout(timeout time.Duration)
- func (o *UpdateXsollaUIConfigParams) WithBody(body *platformclientmodels.XsollaPaywallConfigRequest) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) WithContext(ctx context.Context) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) WithHTTPClient(client *http.Client) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) WithID(id string) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) WithTimeout(timeout time.Duration) *UpdateXsollaUIConfigParams
- func (o *UpdateXsollaUIConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateXsollaUIConfigReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for payment config API
func (*Client) CreatePaymentProviderConfig ¶
func (a *Client) CreatePaymentProviderConfig(params *CreatePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePaymentProviderConfigOK, *CreatePaymentProviderConfigBadRequest, *CreatePaymentProviderConfigConflict, *CreatePaymentProviderConfigUnprocessableEntity, error)
CreatePaymentProviderConfig creates payment provider config
Create payment provider config.<br><pre><p><strong>Request Body Parameters:</strong></p><pre><table><tr><td>Parameter</td><td>Type</td><td>Required</td><td>Description</td></tr><tr><td>namespace</td><td>String</td><td>Yes</td><td>namespace, * indicates all namespace</td></tr><tr><td>region</td><td>String</td><td>Yes</td><td>region, * indicates all regions</td></tr><tr><td>aggregate</td><td>String</td><td>No</td><td>aggregate payment provider, such as XSOLLA, ADYEN, STRIPE</td></tr><tr><td>specials</td><td>List</td><td>No</td><td>special payment provider, such as ALIPAY, WXPAY</td></tr></table></pre>payment provider applied has priority: <ol><li>namespace and region match</li><li>namespace matches and region is *</li><li>region matches and namespace is *</li><li>namespace and region are *</li></ol>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=1 (CREATE)</li><li><i>Returns</i>: payment provider config</li></ul>
func (*Client) DebugMatchedPaymentMerchantConfig ¶
func (a *Client) DebugMatchedPaymentMerchantConfig(params *DebugMatchedPaymentMerchantConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DebugMatchedPaymentMerchantConfigOK, *DebugMatchedPaymentMerchantConfigNotFound, error)
DebugMatchedPaymentMerchantConfig debugs matched payment merchant config internal
Debug matched payment merchant config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment merchant config info</li></ul>
func (*Client) DebugMatchedPaymentProviderConfig ¶
func (a *Client) DebugMatchedPaymentProviderConfig(params *DebugMatchedPaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DebugMatchedPaymentProviderConfigOK, *DebugMatchedPaymentProviderConfigNotFound, error)
DebugMatchedPaymentProviderConfig debugs matched payment provider config internal
Debug matched payment provider config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment provider config</li></ul>
func (*Client) DeletePaymentProviderConfig ¶
func (a *Client) DeletePaymentProviderConfig(params *DeletePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePaymentProviderConfigNoContent, *DeletePaymentProviderConfigNotFound, error)
DeletePaymentProviderConfig deletes payment provider config
Delete payment provider config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=8 (DELETE)</li><li><i>Returns</i>: payment provider config</li></ul>
func (*Client) GetAggregatePaymentProviders ¶
func (a *Client) GetAggregatePaymentProviders(params *GetAggregatePaymentProvidersParams, authInfo runtime.ClientAuthInfoWriter) (*GetAggregatePaymentProvidersOK, error)
GetAggregatePaymentProviders gets aggregate payment providers
Get aggregate payment providers, such as XSOLLA, ADYEN.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment provider list</li></ul>
func (*Client) GetPaymentMerchantConfig ¶
func (a *Client) GetPaymentMerchantConfig(params *GetPaymentMerchantConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentMerchantConfigOK, *GetPaymentMerchantConfigNotFound, error)
GetPaymentMerchantConfig gets payment merchant config
Get payment merchant config by id.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment merchant config info</li></ul>
func (*Client) GetPaymentTaxConfig ¶
func (a *Client) GetPaymentTaxConfig(params *GetPaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentTaxConfigOK, error)
GetPaymentTaxConfig gets payment global tax config
Get payment global tax config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment provider list</li></ul>
func (*Client) GetSpecialPaymentProviders ¶
func (a *Client) GetSpecialPaymentProviders(params *GetSpecialPaymentProvidersParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpecialPaymentProvidersOK, error)
GetSpecialPaymentProviders gets special payment providers
Get special payment providers, such as ALIPAY, WXPAY.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment provider list</li></ul>
func (*Client) QueryPaymentProviderConfig ¶
func (a *Client) QueryPaymentProviderConfig(params *QueryPaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*QueryPaymentProviderConfigOK, error)
QueryPaymentProviderConfig queries payment provider config
Query payment provider config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: payment provider config list</li></ul>
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) TestAdyenConfig ¶
func (a *Client) TestAdyenConfig(params *TestAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigOK, error)
TestAdyenConfig tests adyen configuration
Test adyen configuration. <h4>Check List:</h4> <ul><li>apiKey</li><li>merchantAccount</li></ul><h4>Non-check list:</h4><ul><li>notificationHmacKey</li><li>notificationUsername</li><li>notificationPassword</li><li>liveEndpointUrlPrefix</li><li>allowedPaymentMethods</li><li>blockedPaymentMethods</li><li>settings</li></ul>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test adyen config</li></ul>
func (*Client) TestAdyenConfigByID ¶
func (a *Client) TestAdyenConfigByID(params *TestAdyenConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigByIDOK, *TestAdyenConfigByIDNotFound, error)
TestAdyenConfigByID tests adyen configuration by id
Test adyen configuration in payment merchant config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test adyen config</li></ul>
func (*Client) TestAliPayConfig ¶
func (a *Client) TestAliPayConfig(params *TestAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigOK, error)
TestAliPayConfig tests alipay configuration
Test AliPay configuration.Reference: <a href="https://docs.open.alipay.com/270/alipay.trade.page.pay">Alipay Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestAliPayConfigByID ¶
func (a *Client) TestAliPayConfigByID(params *TestAliPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigByIDOK, *TestAliPayConfigByIDNotFound, error)
TestAliPayConfigByID tests alipay configuration by id
Test AliPay configuration in payment merchant config. Reference: <a href="https://docs.open.alipay.com/270/alipay.trade.page.pay">Alipay Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test alipay config</li></ul>
func (*Client) TestCheckoutConfig ¶
func (a *Client) TestCheckoutConfig(params *TestCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigOK, error)
TestCheckoutConfig tests checkout com configuration
Test checkout.com configuration. <h4>Check List:</h4> <ul><li>publicKey</li><li>secretKey</li></ul>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestCheckoutConfigByID ¶
func (a *Client) TestCheckoutConfigByID(params *TestCheckoutConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigByIDOK, *TestCheckoutConfigByIDNotFound, error)
TestCheckoutConfigByID tests checkout com configuration by id
Test checkout.com configuration in payment merchant config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestPayPalConfig ¶
func (a *Client) TestPayPalConfig(params *TestPayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigOK, error)
TestPayPalConfig tests pay pal configuration
Test PayPal configuration. <h4>Check List:</h4> <ul><li>clientID</li><li>clientSecret</li></ul><h4>Non-check list:</h4><ul><li>webHookId</li></ul>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestPayPalConfigByID ¶
func (a *Client) TestPayPalConfigByID(params *TestPayPalConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigByIDOK, *TestPayPalConfigByIDNotFound, error)
TestPayPalConfigByID tests pay pal configuration by id
Test PayPal configuration in payment merchant config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestStripeConfig ¶
func (a *Client) TestStripeConfig(params *TestStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigOK, error)
TestStripeConfig tests stripe configuration
Test stripe configuration. <h4>Check List:</h4> <ul><li>secretKey</li><li>allowedPaymentMethodTypes</li></ul><h4>Non-check list:</h4><ul><li>publishableKey</li><li>webhookSecret</li></ul>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test adyen config</li></ul>
func (*Client) TestStripeConfigByID ¶
func (a *Client) TestStripeConfigByID(params *TestStripeConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigByIDOK, *TestStripeConfigByIDNotFound, error)
TestStripeConfigByID tests stripe configuration by id
Test stripe configuration in payment merchant config. Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test adyen config</li></ul>
func (*Client) TestWxPayConfig ¶
func (a *Client) TestWxPayConfig(params *TestWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigOK, error)
TestWxPayConfig tests wx pay configuration
Test WxPay configuration. Reference: <a href="https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_1">WxPay Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test WxPay config</li></ul>
func (*Client) TestWxPayConfigByID ¶
func (a *Client) TestWxPayConfigByID(params *TestWxPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigByIDOK, *TestWxPayConfigByIDNotFound, error)
TestWxPayConfigByID tests wx pay configuration by id
Test WxPay configuration in payment merchant config. Reference: <a href="https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_1">WxPay Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test WxPay config</li></ul>
func (*Client) TestXsollaConfig ¶
func (a *Client) TestXsollaConfig(params *TestXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigOK, error)
TestXsollaConfig tests xsolla configuration
Check xsolla configuration, Reference: <a href="https://developers.xsolla.com/?#simple-checkout">Xsolla Document</a>.<h4>Check List:</h4> <ul><li>merchantId</li><li>projectId</li><li>apiKey</li></ul><h4>Non-check list:</h4><ul><li>projectSecretKey</li></ul>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: test result</li></ul>
func (*Client) TestXsollaConfigByID ¶
func (a *Client) TestXsollaConfigByID(params *TestXsollaConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigByIDOK, *TestXsollaConfigByIDNotFound, error)
TestXsollaConfigByID tests xsolla configuration by id
Test xsolla configuration in payment merchant config. Reference: <a href="https://developers.xsolla.com/?#simple-checkout">Xsolla Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=2 (READ)</li><li><i>Returns</i>: test xsolla config</li></ul>
func (*Client) UpdateAdyenConfig ¶
func (a *Client) UpdateAdyenConfig(params *UpdateAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAdyenConfigOK, *UpdateAdyenConfigNotFound, error)
UpdateAdyenConfig updates adyen config
Update adyen config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateAliPayConfig ¶
func (a *Client) UpdateAliPayConfig(params *UpdateAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAliPayConfigOK, *UpdateAliPayConfigNotFound, error)
UpdateAliPayConfig updates alipay configuration
Update alipay configuration.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateCheckoutConfig ¶
func (a *Client) UpdateCheckoutConfig(params *UpdateCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCheckoutConfigOK, *UpdateCheckoutConfigNotFound, error)
UpdateCheckoutConfig updates checkout com config
Update checkout.com config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdatePayPalConfig ¶
func (a *Client) UpdatePayPalConfig(params *UpdatePayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePayPalConfigOK, *UpdatePayPalConfigNotFound, error)
UpdatePayPalConfig updates pay pal config
Update PayPal config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdatePaymentProviderConfig ¶
func (a *Client) UpdatePaymentProviderConfig(params *UpdatePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePaymentProviderConfigOK, *UpdatePaymentProviderConfigBadRequest, *UpdatePaymentProviderConfigNotFound, *UpdatePaymentProviderConfigConflict, *UpdatePaymentProviderConfigUnprocessableEntity, error)
UpdatePaymentProviderConfig updates payment provider config
Update payment provider config.<br><pre><p><strong>Request Body Parameters:</strong></p><pre><table><tr><td>Parameter</td><td>Type</td><td>Required</td><td>Description</td></tr><tr><td>namespace</td><td>String</td><td>Yes</td><td>namespace, * indicates all namespace</td></tr><tr><td>region</td><td>String</td><td>Yes</td><td>region, * indicates all regions</td></tr><tr><td>aggregate</td><td>String</td><td>No</td><td>aggregate payment provider, such as XSOLLA, ADYEN, STRIPE</td></tr><tr><td>specials</td><td>List</td><td>No</td><td>special payment provider, such as ALIPAY, WXPAY</td></tr></table></pre>payment provider applied has priority: <ol><li>namespace and region match</li><li>namespace matches and region is *</li><li>region matches and namespace is *</li><li>namespace and region are *</li></ol>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: payment provider config</li></ul>
func (*Client) UpdatePaymentTaxConfig ¶
func (a *Client) UpdatePaymentTaxConfig(params *UpdatePaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePaymentTaxConfigOK, *UpdatePaymentTaxConfigBadRequest, *UpdatePaymentTaxConfigUnprocessableEntity, error)
UpdatePaymentTaxConfig updates payment global tax config
Update payment tax config.<br><pre><p><strong>Request Body Parameters:</strong></p><pre><table><tr><td>Parameter</td><td>Type</td><td>Required</td><td>Description</td></tr><tr><td>taxJarEnabled</td><td>Boolean</td><td>false</td></tr><tr><td>taxJarApiToken</td><td>String</td><td>false</td><td>required, when taxJarEnabled is true and there is no existing token</td></tr><tr><td>sandboxTaxJarApiToken</td><td>String</td><td>false</td><td>optional</td></tr><tr><td>taxJarProductCodesMapping</td><td>Map</td><td>No</td><td>key is item type(APP|COINS|INGAMEITEM|BUNDLE|CODE|SUBSCRIPTION) and value is product tax code: https://developers.taxjar.com/api/reference/?ruby#get-list-tax-categories</td></tr></table></pre></ol>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: payment global tax config</li></ul>
func (*Client) UpdateStripeConfig ¶
func (a *Client) UpdateStripeConfig(params *UpdateStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateStripeConfigOK, *UpdateStripeConfigNotFound, error)
UpdateStripeConfig updates stripe config
Update stripe config.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateWxPayConfig ¶
func (a *Client) UpdateWxPayConfig(params *UpdateWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigOK, *UpdateWxPayConfigNotFound, error)
UpdateWxPayConfig updates wxpay configuration
Update wxpay configuration.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateWxPayConfigCert ¶
func (a *Client) UpdateWxPayConfigCert(params *UpdateWxPayConfigCertParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigCertOK, *UpdateWxPayConfigCertNotFound, error)
UpdateWxPayConfigCert uploads wxpay cert file
Upload wxpay cert file.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateXsollaConfig ¶
func (a *Client) UpdateXsollaConfig(params *UpdateXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaConfigOK, *UpdateXsollaConfigNotFound, error)
UpdateXsollaConfig updates xsolla configuration
Update xsolla configuration. Reference: <a href="https://developers.xsolla.com/?#simple-checkout">Xsolla Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
func (*Client) UpdateXsollaUIConfig ¶
func (a *Client) UpdateXsollaUIConfig(params *UpdateXsollaUIConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaUIConfigOK, *UpdateXsollaUIConfigNotFound, error)
UpdateXsollaUIConfig updates xsolla UI configuration
Update xsolla UI configuration.Reference: <a href="https://developers.xsolla.com/api.html#ui-integrations">Xsolla Document</a>.<br>Other detail info: <ul><li><i>Required permission</i>: resource="ADMIN:PAYMENT:CONFIG", action=4 (UPDATE)</li><li><i>Returns</i>: updated payment merchant config</li></ul>
type ClientService ¶
type ClientService interface { CreatePaymentProviderConfig(params *CreatePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*CreatePaymentProviderConfigOK, *CreatePaymentProviderConfigBadRequest, *CreatePaymentProviderConfigConflict, *CreatePaymentProviderConfigUnprocessableEntity, error) DebugMatchedPaymentMerchantConfig(params *DebugMatchedPaymentMerchantConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DebugMatchedPaymentMerchantConfigOK, *DebugMatchedPaymentMerchantConfigNotFound, error) DebugMatchedPaymentProviderConfig(params *DebugMatchedPaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DebugMatchedPaymentProviderConfigOK, *DebugMatchedPaymentProviderConfigNotFound, error) DeletePaymentProviderConfig(params *DeletePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*DeletePaymentProviderConfigNoContent, *DeletePaymentProviderConfigNotFound, error) GetAggregatePaymentProviders(params *GetAggregatePaymentProvidersParams, authInfo runtime.ClientAuthInfoWriter) (*GetAggregatePaymentProvidersOK, error) GetPaymentMerchantConfig(params *GetPaymentMerchantConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentMerchantConfigOK, *GetPaymentMerchantConfigNotFound, error) GetPaymentTaxConfig(params *GetPaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*GetPaymentTaxConfigOK, error) GetSpecialPaymentProviders(params *GetSpecialPaymentProvidersParams, authInfo runtime.ClientAuthInfoWriter) (*GetSpecialPaymentProvidersOK, error) QueryPaymentProviderConfig(params *QueryPaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*QueryPaymentProviderConfigOK, error) TestAdyenConfig(params *TestAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigOK, error) TestAdyenConfigByID(params *TestAdyenConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAdyenConfigByIDOK, *TestAdyenConfigByIDNotFound, error) TestAliPayConfig(params *TestAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigOK, error) TestAliPayConfigByID(params *TestAliPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestAliPayConfigByIDOK, *TestAliPayConfigByIDNotFound, error) TestCheckoutConfig(params *TestCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigOK, error) TestCheckoutConfigByID(params *TestCheckoutConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestCheckoutConfigByIDOK, *TestCheckoutConfigByIDNotFound, error) TestPayPalConfig(params *TestPayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigOK, error) TestPayPalConfigByID(params *TestPayPalConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestPayPalConfigByIDOK, *TestPayPalConfigByIDNotFound, error) TestStripeConfig(params *TestStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigOK, error) TestStripeConfigByID(params *TestStripeConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestStripeConfigByIDOK, *TestStripeConfigByIDNotFound, error) TestWxPayConfig(params *TestWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigOK, error) TestWxPayConfigByID(params *TestWxPayConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestWxPayConfigByIDOK, *TestWxPayConfigByIDNotFound, error) TestXsollaConfig(params *TestXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigOK, error) TestXsollaConfigByID(params *TestXsollaConfigByIDParams, authInfo runtime.ClientAuthInfoWriter) (*TestXsollaConfigByIDOK, *TestXsollaConfigByIDNotFound, error) UpdateAdyenConfig(params *UpdateAdyenConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAdyenConfigOK, *UpdateAdyenConfigNotFound, error) UpdateAliPayConfig(params *UpdateAliPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateAliPayConfigOK, *UpdateAliPayConfigNotFound, error) UpdateCheckoutConfig(params *UpdateCheckoutConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateCheckoutConfigOK, *UpdateCheckoutConfigNotFound, error) UpdatePayPalConfig(params *UpdatePayPalConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePayPalConfigOK, *UpdatePayPalConfigNotFound, error) UpdatePaymentProviderConfig(params *UpdatePaymentProviderConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePaymentProviderConfigOK, *UpdatePaymentProviderConfigBadRequest, *UpdatePaymentProviderConfigNotFound, *UpdatePaymentProviderConfigConflict, *UpdatePaymentProviderConfigUnprocessableEntity, error) UpdatePaymentTaxConfig(params *UpdatePaymentTaxConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdatePaymentTaxConfigOK, *UpdatePaymentTaxConfigBadRequest, *UpdatePaymentTaxConfigUnprocessableEntity, error) UpdateStripeConfig(params *UpdateStripeConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateStripeConfigOK, *UpdateStripeConfigNotFound, error) UpdateWxPayConfig(params *UpdateWxPayConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigOK, *UpdateWxPayConfigNotFound, error) UpdateWxPayConfigCert(params *UpdateWxPayConfigCertParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWxPayConfigCertOK, *UpdateWxPayConfigCertNotFound, error) UpdateXsollaConfig(params *UpdateXsollaConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaConfigOK, *UpdateXsollaConfigNotFound, error) UpdateXsollaUIConfig(params *UpdateXsollaUIConfigParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateXsollaUIConfigOK, *UpdateXsollaUIConfigNotFound, 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 payment config API client.
type CreatePaymentProviderConfigBadRequest ¶
type CreatePaymentProviderConfigBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
CreatePaymentProviderConfigBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33221</td><td>TaxJar api token required</td></tr></table>
func NewCreatePaymentProviderConfigBadRequest ¶
func NewCreatePaymentProviderConfigBadRequest() *CreatePaymentProviderConfigBadRequest
NewCreatePaymentProviderConfigBadRequest creates a CreatePaymentProviderConfigBadRequest with default headers values
func (*CreatePaymentProviderConfigBadRequest) Error ¶
func (o *CreatePaymentProviderConfigBadRequest) Error() string
func (*CreatePaymentProviderConfigBadRequest) GetPayload ¶
func (o *CreatePaymentProviderConfigBadRequest) GetPayload() *platformclientmodels.ErrorEntity
type CreatePaymentProviderConfigConflict ¶
type CreatePaymentProviderConfigConflict struct {
Payload *platformclientmodels.ErrorEntity
}
CreatePaymentProviderConfigConflict handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33271</td><td>Payment provider config for namespace [{namespace}] and region [{region}] already exists</td></tr></table>
func NewCreatePaymentProviderConfigConflict ¶
func NewCreatePaymentProviderConfigConflict() *CreatePaymentProviderConfigConflict
NewCreatePaymentProviderConfigConflict creates a CreatePaymentProviderConfigConflict with default headers values
func (*CreatePaymentProviderConfigConflict) Error ¶
func (o *CreatePaymentProviderConfigConflict) Error() string
func (*CreatePaymentProviderConfigConflict) GetPayload ¶
func (o *CreatePaymentProviderConfigConflict) GetPayload() *platformclientmodels.ErrorEntity
type CreatePaymentProviderConfigOK ¶
type CreatePaymentProviderConfigOK struct {
Payload *platformclientmodels.PaymentProviderConfigInfo
}
CreatePaymentProviderConfigOK handles this case with default header values.
successful operation
func NewCreatePaymentProviderConfigOK ¶
func NewCreatePaymentProviderConfigOK() *CreatePaymentProviderConfigOK
NewCreatePaymentProviderConfigOK creates a CreatePaymentProviderConfigOK with default headers values
func (*CreatePaymentProviderConfigOK) Error ¶
func (o *CreatePaymentProviderConfigOK) Error() string
func (*CreatePaymentProviderConfigOK) GetPayload ¶
func (o *CreatePaymentProviderConfigOK) GetPayload() *platformclientmodels.PaymentProviderConfigInfo
type CreatePaymentProviderConfigParams ¶
type CreatePaymentProviderConfigParams struct { /*Body*/ Body *platformclientmodels.PaymentProviderConfigEdit Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreatePaymentProviderConfigParams contains all the parameters to send to the API endpoint for the create payment provider config operation typically these are written to a http.Request
func NewCreatePaymentProviderConfigParams ¶
func NewCreatePaymentProviderConfigParams() *CreatePaymentProviderConfigParams
NewCreatePaymentProviderConfigParams creates a new CreatePaymentProviderConfigParams object with the default values initialized.
func NewCreatePaymentProviderConfigParamsWithContext ¶
func NewCreatePaymentProviderConfigParamsWithContext(ctx context.Context) *CreatePaymentProviderConfigParams
NewCreatePaymentProviderConfigParamsWithContext creates a new CreatePaymentProviderConfigParams object with the default values initialized, and the ability to set a context for a request
func NewCreatePaymentProviderConfigParamsWithHTTPClient ¶
func NewCreatePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *CreatePaymentProviderConfigParams
NewCreatePaymentProviderConfigParamsWithHTTPClient creates a new CreatePaymentProviderConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreatePaymentProviderConfigParamsWithTimeout ¶
func NewCreatePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *CreatePaymentProviderConfigParams
NewCreatePaymentProviderConfigParamsWithTimeout creates a new CreatePaymentProviderConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreatePaymentProviderConfigParams) SetBody ¶
func (o *CreatePaymentProviderConfigParams) SetBody(body *platformclientmodels.PaymentProviderConfigEdit)
SetBody adds the body to the create payment provider config params
func (*CreatePaymentProviderConfigParams) SetContext ¶
func (o *CreatePaymentProviderConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the create payment provider config params
func (*CreatePaymentProviderConfigParams) SetHTTPClient ¶
func (o *CreatePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create payment provider config params
func (*CreatePaymentProviderConfigParams) SetTimeout ¶
func (o *CreatePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create payment provider config params
func (*CreatePaymentProviderConfigParams) WithBody ¶
func (o *CreatePaymentProviderConfigParams) WithBody(body *platformclientmodels.PaymentProviderConfigEdit) *CreatePaymentProviderConfigParams
WithBody adds the body to the create payment provider config params
func (*CreatePaymentProviderConfigParams) WithContext ¶
func (o *CreatePaymentProviderConfigParams) WithContext(ctx context.Context) *CreatePaymentProviderConfigParams
WithContext adds the context to the create payment provider config params
func (*CreatePaymentProviderConfigParams) WithHTTPClient ¶
func (o *CreatePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *CreatePaymentProviderConfigParams
WithHTTPClient adds the HTTPClient to the create payment provider config params
func (*CreatePaymentProviderConfigParams) WithTimeout ¶
func (o *CreatePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *CreatePaymentProviderConfigParams
WithTimeout adds the timeout to the create payment provider config params
func (*CreatePaymentProviderConfigParams) WriteToRequest ¶
func (o *CreatePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreatePaymentProviderConfigReader ¶
type CreatePaymentProviderConfigReader struct {
// contains filtered or unexported fields
}
CreatePaymentProviderConfigReader is a Reader for the CreatePaymentProviderConfig structure.
func (*CreatePaymentProviderConfigReader) ReadResponse ¶
func (o *CreatePaymentProviderConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreatePaymentProviderConfigUnprocessableEntity ¶
type CreatePaymentProviderConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
CreatePaymentProviderConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewCreatePaymentProviderConfigUnprocessableEntity ¶
func NewCreatePaymentProviderConfigUnprocessableEntity() *CreatePaymentProviderConfigUnprocessableEntity
NewCreatePaymentProviderConfigUnprocessableEntity creates a CreatePaymentProviderConfigUnprocessableEntity with default headers values
func (*CreatePaymentProviderConfigUnprocessableEntity) Error ¶
func (o *CreatePaymentProviderConfigUnprocessableEntity) Error() string
func (*CreatePaymentProviderConfigUnprocessableEntity) GetPayload ¶
func (o *CreatePaymentProviderConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
type DebugMatchedPaymentMerchantConfigNotFound ¶
type DebugMatchedPaymentMerchantConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
DebugMatchedPaymentMerchantConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewDebugMatchedPaymentMerchantConfigNotFound ¶
func NewDebugMatchedPaymentMerchantConfigNotFound() *DebugMatchedPaymentMerchantConfigNotFound
NewDebugMatchedPaymentMerchantConfigNotFound creates a DebugMatchedPaymentMerchantConfigNotFound with default headers values
func (*DebugMatchedPaymentMerchantConfigNotFound) Error ¶
func (o *DebugMatchedPaymentMerchantConfigNotFound) Error() string
func (*DebugMatchedPaymentMerchantConfigNotFound) GetPayload ¶
func (o *DebugMatchedPaymentMerchantConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type DebugMatchedPaymentMerchantConfigOK ¶
type DebugMatchedPaymentMerchantConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
DebugMatchedPaymentMerchantConfigOK handles this case with default header values.
successful operation
func NewDebugMatchedPaymentMerchantConfigOK ¶
func NewDebugMatchedPaymentMerchantConfigOK() *DebugMatchedPaymentMerchantConfigOK
NewDebugMatchedPaymentMerchantConfigOK creates a DebugMatchedPaymentMerchantConfigOK with default headers values
func (*DebugMatchedPaymentMerchantConfigOK) Error ¶
func (o *DebugMatchedPaymentMerchantConfigOK) Error() string
func (*DebugMatchedPaymentMerchantConfigOK) GetPayload ¶
func (o *DebugMatchedPaymentMerchantConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type DebugMatchedPaymentMerchantConfigParams ¶
type DebugMatchedPaymentMerchantConfigParams struct { /*Namespace namespace */ Namespace *string /*Region region */ Region *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DebugMatchedPaymentMerchantConfigParams contains all the parameters to send to the API endpoint for the debug matched payment merchant config operation typically these are written to a http.Request
func NewDebugMatchedPaymentMerchantConfigParams ¶
func NewDebugMatchedPaymentMerchantConfigParams() *DebugMatchedPaymentMerchantConfigParams
NewDebugMatchedPaymentMerchantConfigParams creates a new DebugMatchedPaymentMerchantConfigParams object with the default values initialized.
func NewDebugMatchedPaymentMerchantConfigParamsWithContext ¶
func NewDebugMatchedPaymentMerchantConfigParamsWithContext(ctx context.Context) *DebugMatchedPaymentMerchantConfigParams
NewDebugMatchedPaymentMerchantConfigParamsWithContext creates a new DebugMatchedPaymentMerchantConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDebugMatchedPaymentMerchantConfigParamsWithHTTPClient ¶
func NewDebugMatchedPaymentMerchantConfigParamsWithHTTPClient(client *http.Client) *DebugMatchedPaymentMerchantConfigParams
NewDebugMatchedPaymentMerchantConfigParamsWithHTTPClient creates a new DebugMatchedPaymentMerchantConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDebugMatchedPaymentMerchantConfigParamsWithTimeout ¶
func NewDebugMatchedPaymentMerchantConfigParamsWithTimeout(timeout time.Duration) *DebugMatchedPaymentMerchantConfigParams
NewDebugMatchedPaymentMerchantConfigParamsWithTimeout creates a new DebugMatchedPaymentMerchantConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DebugMatchedPaymentMerchantConfigParams) SetContext ¶
func (o *DebugMatchedPaymentMerchantConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) SetHTTPClient ¶
func (o *DebugMatchedPaymentMerchantConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) SetNamespace ¶
func (o *DebugMatchedPaymentMerchantConfigParams) SetNamespace(namespace *string)
SetNamespace adds the namespace to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) SetRegion ¶
func (o *DebugMatchedPaymentMerchantConfigParams) SetRegion(region *string)
SetRegion adds the region to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) SetTimeout ¶
func (o *DebugMatchedPaymentMerchantConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WithContext ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WithContext(ctx context.Context) *DebugMatchedPaymentMerchantConfigParams
WithContext adds the context to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WithHTTPClient ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WithHTTPClient(client *http.Client) *DebugMatchedPaymentMerchantConfigParams
WithHTTPClient adds the HTTPClient to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WithNamespace ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WithNamespace(namespace *string) *DebugMatchedPaymentMerchantConfigParams
WithNamespace adds the namespace to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WithRegion ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WithRegion(region *string) *DebugMatchedPaymentMerchantConfigParams
WithRegion adds the region to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WithTimeout ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WithTimeout(timeout time.Duration) *DebugMatchedPaymentMerchantConfigParams
WithTimeout adds the timeout to the debug matched payment merchant config params
func (*DebugMatchedPaymentMerchantConfigParams) WriteToRequest ¶
func (o *DebugMatchedPaymentMerchantConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DebugMatchedPaymentMerchantConfigReader ¶
type DebugMatchedPaymentMerchantConfigReader struct {
// contains filtered or unexported fields
}
DebugMatchedPaymentMerchantConfigReader is a Reader for the DebugMatchedPaymentMerchantConfig structure.
func (*DebugMatchedPaymentMerchantConfigReader) ReadResponse ¶
func (o *DebugMatchedPaymentMerchantConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DebugMatchedPaymentProviderConfigNotFound ¶
type DebugMatchedPaymentProviderConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
DebugMatchedPaymentProviderConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33241</td><td>Payment provider config [{id}] does not exist</td></tr></table>
func NewDebugMatchedPaymentProviderConfigNotFound ¶
func NewDebugMatchedPaymentProviderConfigNotFound() *DebugMatchedPaymentProviderConfigNotFound
NewDebugMatchedPaymentProviderConfigNotFound creates a DebugMatchedPaymentProviderConfigNotFound with default headers values
func (*DebugMatchedPaymentProviderConfigNotFound) Error ¶
func (o *DebugMatchedPaymentProviderConfigNotFound) Error() string
func (*DebugMatchedPaymentProviderConfigNotFound) GetPayload ¶
func (o *DebugMatchedPaymentProviderConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type DebugMatchedPaymentProviderConfigOK ¶
type DebugMatchedPaymentProviderConfigOK struct {
Payload *platformclientmodels.PaymentProviderConfigInfo
}
DebugMatchedPaymentProviderConfigOK handles this case with default header values.
successful operation
func NewDebugMatchedPaymentProviderConfigOK ¶
func NewDebugMatchedPaymentProviderConfigOK() *DebugMatchedPaymentProviderConfigOK
NewDebugMatchedPaymentProviderConfigOK creates a DebugMatchedPaymentProviderConfigOK with default headers values
func (*DebugMatchedPaymentProviderConfigOK) Error ¶
func (o *DebugMatchedPaymentProviderConfigOK) Error() string
func (*DebugMatchedPaymentProviderConfigOK) GetPayload ¶
func (o *DebugMatchedPaymentProviderConfigOK) GetPayload() *platformclientmodels.PaymentProviderConfigInfo
type DebugMatchedPaymentProviderConfigParams ¶
type DebugMatchedPaymentProviderConfigParams struct { /*Namespace namespace */ Namespace *string /*Region region */ Region *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DebugMatchedPaymentProviderConfigParams contains all the parameters to send to the API endpoint for the debug matched payment provider config operation typically these are written to a http.Request
func NewDebugMatchedPaymentProviderConfigParams ¶
func NewDebugMatchedPaymentProviderConfigParams() *DebugMatchedPaymentProviderConfigParams
NewDebugMatchedPaymentProviderConfigParams creates a new DebugMatchedPaymentProviderConfigParams object with the default values initialized.
func NewDebugMatchedPaymentProviderConfigParamsWithContext ¶
func NewDebugMatchedPaymentProviderConfigParamsWithContext(ctx context.Context) *DebugMatchedPaymentProviderConfigParams
NewDebugMatchedPaymentProviderConfigParamsWithContext creates a new DebugMatchedPaymentProviderConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDebugMatchedPaymentProviderConfigParamsWithHTTPClient ¶
func NewDebugMatchedPaymentProviderConfigParamsWithHTTPClient(client *http.Client) *DebugMatchedPaymentProviderConfigParams
NewDebugMatchedPaymentProviderConfigParamsWithHTTPClient creates a new DebugMatchedPaymentProviderConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDebugMatchedPaymentProviderConfigParamsWithTimeout ¶
func NewDebugMatchedPaymentProviderConfigParamsWithTimeout(timeout time.Duration) *DebugMatchedPaymentProviderConfigParams
NewDebugMatchedPaymentProviderConfigParamsWithTimeout creates a new DebugMatchedPaymentProviderConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DebugMatchedPaymentProviderConfigParams) SetContext ¶
func (o *DebugMatchedPaymentProviderConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) SetHTTPClient ¶
func (o *DebugMatchedPaymentProviderConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) SetNamespace ¶
func (o *DebugMatchedPaymentProviderConfigParams) SetNamespace(namespace *string)
SetNamespace adds the namespace to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) SetRegion ¶
func (o *DebugMatchedPaymentProviderConfigParams) SetRegion(region *string)
SetRegion adds the region to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) SetTimeout ¶
func (o *DebugMatchedPaymentProviderConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WithContext ¶
func (o *DebugMatchedPaymentProviderConfigParams) WithContext(ctx context.Context) *DebugMatchedPaymentProviderConfigParams
WithContext adds the context to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WithHTTPClient ¶
func (o *DebugMatchedPaymentProviderConfigParams) WithHTTPClient(client *http.Client) *DebugMatchedPaymentProviderConfigParams
WithHTTPClient adds the HTTPClient to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WithNamespace ¶
func (o *DebugMatchedPaymentProviderConfigParams) WithNamespace(namespace *string) *DebugMatchedPaymentProviderConfigParams
WithNamespace adds the namespace to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WithRegion ¶
func (o *DebugMatchedPaymentProviderConfigParams) WithRegion(region *string) *DebugMatchedPaymentProviderConfigParams
WithRegion adds the region to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WithTimeout ¶
func (o *DebugMatchedPaymentProviderConfigParams) WithTimeout(timeout time.Duration) *DebugMatchedPaymentProviderConfigParams
WithTimeout adds the timeout to the debug matched payment provider config params
func (*DebugMatchedPaymentProviderConfigParams) WriteToRequest ¶
func (o *DebugMatchedPaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DebugMatchedPaymentProviderConfigReader ¶
type DebugMatchedPaymentProviderConfigReader struct {
// contains filtered or unexported fields
}
DebugMatchedPaymentProviderConfigReader is a Reader for the DebugMatchedPaymentProviderConfig structure.
func (*DebugMatchedPaymentProviderConfigReader) ReadResponse ¶
func (o *DebugMatchedPaymentProviderConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeletePaymentProviderConfigNoContent ¶
type DeletePaymentProviderConfigNoContent struct { }
DeletePaymentProviderConfigNoContent handles this case with default header values.
Delete successfully
func NewDeletePaymentProviderConfigNoContent ¶
func NewDeletePaymentProviderConfigNoContent() *DeletePaymentProviderConfigNoContent
NewDeletePaymentProviderConfigNoContent creates a DeletePaymentProviderConfigNoContent with default headers values
func (*DeletePaymentProviderConfigNoContent) Error ¶
func (o *DeletePaymentProviderConfigNoContent) Error() string
type DeletePaymentProviderConfigNotFound ¶
type DeletePaymentProviderConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
DeletePaymentProviderConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33241</td><td>Payment provider config [{id}] does not exist</td></tr></table>
func NewDeletePaymentProviderConfigNotFound ¶
func NewDeletePaymentProviderConfigNotFound() *DeletePaymentProviderConfigNotFound
NewDeletePaymentProviderConfigNotFound creates a DeletePaymentProviderConfigNotFound with default headers values
func (*DeletePaymentProviderConfigNotFound) Error ¶
func (o *DeletePaymentProviderConfigNotFound) Error() string
func (*DeletePaymentProviderConfigNotFound) GetPayload ¶
func (o *DeletePaymentProviderConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type DeletePaymentProviderConfigParams ¶
type DeletePaymentProviderConfigParams struct { /*ID id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeletePaymentProviderConfigParams contains all the parameters to send to the API endpoint for the delete payment provider config operation typically these are written to a http.Request
func NewDeletePaymentProviderConfigParams ¶
func NewDeletePaymentProviderConfigParams() *DeletePaymentProviderConfigParams
NewDeletePaymentProviderConfigParams creates a new DeletePaymentProviderConfigParams object with the default values initialized.
func NewDeletePaymentProviderConfigParamsWithContext ¶
func NewDeletePaymentProviderConfigParamsWithContext(ctx context.Context) *DeletePaymentProviderConfigParams
NewDeletePaymentProviderConfigParamsWithContext creates a new DeletePaymentProviderConfigParams object with the default values initialized, and the ability to set a context for a request
func NewDeletePaymentProviderConfigParamsWithHTTPClient ¶
func NewDeletePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *DeletePaymentProviderConfigParams
NewDeletePaymentProviderConfigParamsWithHTTPClient creates a new DeletePaymentProviderConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeletePaymentProviderConfigParamsWithTimeout ¶
func NewDeletePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *DeletePaymentProviderConfigParams
NewDeletePaymentProviderConfigParamsWithTimeout creates a new DeletePaymentProviderConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeletePaymentProviderConfigParams) SetContext ¶
func (o *DeletePaymentProviderConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) SetHTTPClient ¶
func (o *DeletePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) SetID ¶
func (o *DeletePaymentProviderConfigParams) SetID(id string)
SetID adds the id to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) SetTimeout ¶
func (o *DeletePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) WithContext ¶
func (o *DeletePaymentProviderConfigParams) WithContext(ctx context.Context) *DeletePaymentProviderConfigParams
WithContext adds the context to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) WithHTTPClient ¶
func (o *DeletePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *DeletePaymentProviderConfigParams
WithHTTPClient adds the HTTPClient to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) WithID ¶
func (o *DeletePaymentProviderConfigParams) WithID(id string) *DeletePaymentProviderConfigParams
WithID adds the id to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) WithTimeout ¶
func (o *DeletePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *DeletePaymentProviderConfigParams
WithTimeout adds the timeout to the delete payment provider config params
func (*DeletePaymentProviderConfigParams) WriteToRequest ¶
func (o *DeletePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeletePaymentProviderConfigReader ¶
type DeletePaymentProviderConfigReader struct {
// contains filtered or unexported fields
}
DeletePaymentProviderConfigReader is a Reader for the DeletePaymentProviderConfig structure.
func (*DeletePaymentProviderConfigReader) ReadResponse ¶
func (o *DeletePaymentProviderConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAggregatePaymentProvidersOK ¶
type GetAggregatePaymentProvidersOK struct {
Payload []string
}
GetAggregatePaymentProvidersOK handles this case with default header values.
successful operation
func NewGetAggregatePaymentProvidersOK ¶
func NewGetAggregatePaymentProvidersOK() *GetAggregatePaymentProvidersOK
NewGetAggregatePaymentProvidersOK creates a GetAggregatePaymentProvidersOK with default headers values
func (*GetAggregatePaymentProvidersOK) Error ¶
func (o *GetAggregatePaymentProvidersOK) Error() string
func (*GetAggregatePaymentProvidersOK) GetPayload ¶
func (o *GetAggregatePaymentProvidersOK) GetPayload() []string
type GetAggregatePaymentProvidersParams ¶
type GetAggregatePaymentProvidersParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAggregatePaymentProvidersParams contains all the parameters to send to the API endpoint for the get aggregate payment providers operation typically these are written to a http.Request
func NewGetAggregatePaymentProvidersParams ¶
func NewGetAggregatePaymentProvidersParams() *GetAggregatePaymentProvidersParams
NewGetAggregatePaymentProvidersParams creates a new GetAggregatePaymentProvidersParams object with the default values initialized.
func NewGetAggregatePaymentProvidersParamsWithContext ¶
func NewGetAggregatePaymentProvidersParamsWithContext(ctx context.Context) *GetAggregatePaymentProvidersParams
NewGetAggregatePaymentProvidersParamsWithContext creates a new GetAggregatePaymentProvidersParams object with the default values initialized, and the ability to set a context for a request
func NewGetAggregatePaymentProvidersParamsWithHTTPClient ¶
func NewGetAggregatePaymentProvidersParamsWithHTTPClient(client *http.Client) *GetAggregatePaymentProvidersParams
NewGetAggregatePaymentProvidersParamsWithHTTPClient creates a new GetAggregatePaymentProvidersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAggregatePaymentProvidersParamsWithTimeout ¶
func NewGetAggregatePaymentProvidersParamsWithTimeout(timeout time.Duration) *GetAggregatePaymentProvidersParams
NewGetAggregatePaymentProvidersParamsWithTimeout creates a new GetAggregatePaymentProvidersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAggregatePaymentProvidersParams) SetContext ¶
func (o *GetAggregatePaymentProvidersParams) SetContext(ctx context.Context)
SetContext adds the context to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) SetHTTPClient ¶
func (o *GetAggregatePaymentProvidersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) SetTimeout ¶
func (o *GetAggregatePaymentProvidersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) WithContext ¶
func (o *GetAggregatePaymentProvidersParams) WithContext(ctx context.Context) *GetAggregatePaymentProvidersParams
WithContext adds the context to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) WithHTTPClient ¶
func (o *GetAggregatePaymentProvidersParams) WithHTTPClient(client *http.Client) *GetAggregatePaymentProvidersParams
WithHTTPClient adds the HTTPClient to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) WithTimeout ¶
func (o *GetAggregatePaymentProvidersParams) WithTimeout(timeout time.Duration) *GetAggregatePaymentProvidersParams
WithTimeout adds the timeout to the get aggregate payment providers params
func (*GetAggregatePaymentProvidersParams) WriteToRequest ¶
func (o *GetAggregatePaymentProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAggregatePaymentProvidersReader ¶
type GetAggregatePaymentProvidersReader struct {
// contains filtered or unexported fields
}
GetAggregatePaymentProvidersReader is a Reader for the GetAggregatePaymentProviders structure.
func (*GetAggregatePaymentProvidersReader) ReadResponse ¶
func (o *GetAggregatePaymentProvidersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentMerchantConfigNotFound ¶
type GetPaymentMerchantConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
GetPaymentMerchantConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewGetPaymentMerchantConfigNotFound ¶
func NewGetPaymentMerchantConfigNotFound() *GetPaymentMerchantConfigNotFound
NewGetPaymentMerchantConfigNotFound creates a GetPaymentMerchantConfigNotFound with default headers values
func (*GetPaymentMerchantConfigNotFound) Error ¶
func (o *GetPaymentMerchantConfigNotFound) Error() string
func (*GetPaymentMerchantConfigNotFound) GetPayload ¶
func (o *GetPaymentMerchantConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type GetPaymentMerchantConfigOK ¶
type GetPaymentMerchantConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
GetPaymentMerchantConfigOK handles this case with default header values.
successful operation
func NewGetPaymentMerchantConfigOK ¶
func NewGetPaymentMerchantConfigOK() *GetPaymentMerchantConfigOK
NewGetPaymentMerchantConfigOK creates a GetPaymentMerchantConfigOK with default headers values
func (*GetPaymentMerchantConfigOK) Error ¶
func (o *GetPaymentMerchantConfigOK) Error() string
func (*GetPaymentMerchantConfigOK) GetPayload ¶
func (o *GetPaymentMerchantConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type GetPaymentMerchantConfigParams ¶
type GetPaymentMerchantConfigParams struct { /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPaymentMerchantConfigParams contains all the parameters to send to the API endpoint for the get payment merchant config operation typically these are written to a http.Request
func NewGetPaymentMerchantConfigParams ¶
func NewGetPaymentMerchantConfigParams() *GetPaymentMerchantConfigParams
NewGetPaymentMerchantConfigParams creates a new GetPaymentMerchantConfigParams object with the default values initialized.
func NewGetPaymentMerchantConfigParamsWithContext ¶
func NewGetPaymentMerchantConfigParamsWithContext(ctx context.Context) *GetPaymentMerchantConfigParams
NewGetPaymentMerchantConfigParamsWithContext creates a new GetPaymentMerchantConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPaymentMerchantConfigParamsWithHTTPClient ¶
func NewGetPaymentMerchantConfigParamsWithHTTPClient(client *http.Client) *GetPaymentMerchantConfigParams
NewGetPaymentMerchantConfigParamsWithHTTPClient creates a new GetPaymentMerchantConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPaymentMerchantConfigParamsWithTimeout ¶
func NewGetPaymentMerchantConfigParamsWithTimeout(timeout time.Duration) *GetPaymentMerchantConfigParams
NewGetPaymentMerchantConfigParamsWithTimeout creates a new GetPaymentMerchantConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPaymentMerchantConfigParams) SetContext ¶
func (o *GetPaymentMerchantConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) SetHTTPClient ¶
func (o *GetPaymentMerchantConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) SetID ¶
func (o *GetPaymentMerchantConfigParams) SetID(id string)
SetID adds the id to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) SetTimeout ¶
func (o *GetPaymentMerchantConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) WithContext ¶
func (o *GetPaymentMerchantConfigParams) WithContext(ctx context.Context) *GetPaymentMerchantConfigParams
WithContext adds the context to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) WithHTTPClient ¶
func (o *GetPaymentMerchantConfigParams) WithHTTPClient(client *http.Client) *GetPaymentMerchantConfigParams
WithHTTPClient adds the HTTPClient to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) WithID ¶
func (o *GetPaymentMerchantConfigParams) WithID(id string) *GetPaymentMerchantConfigParams
WithID adds the id to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) WithTimeout ¶
func (o *GetPaymentMerchantConfigParams) WithTimeout(timeout time.Duration) *GetPaymentMerchantConfigParams
WithTimeout adds the timeout to the get payment merchant config params
func (*GetPaymentMerchantConfigParams) WriteToRequest ¶
func (o *GetPaymentMerchantConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentMerchantConfigReader ¶
type GetPaymentMerchantConfigReader struct {
// contains filtered or unexported fields
}
GetPaymentMerchantConfigReader is a Reader for the GetPaymentMerchantConfig structure.
func (*GetPaymentMerchantConfigReader) ReadResponse ¶
func (o *GetPaymentMerchantConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPaymentTaxConfigOK ¶
type GetPaymentTaxConfigOK struct {
Payload *platformclientmodels.PaymentTaxConfigInfo
}
GetPaymentTaxConfigOK handles this case with default header values.
successful operation
func NewGetPaymentTaxConfigOK ¶
func NewGetPaymentTaxConfigOK() *GetPaymentTaxConfigOK
NewGetPaymentTaxConfigOK creates a GetPaymentTaxConfigOK with default headers values
func (*GetPaymentTaxConfigOK) Error ¶
func (o *GetPaymentTaxConfigOK) Error() string
func (*GetPaymentTaxConfigOK) GetPayload ¶
func (o *GetPaymentTaxConfigOK) GetPayload() *platformclientmodels.PaymentTaxConfigInfo
type GetPaymentTaxConfigParams ¶
type GetPaymentTaxConfigParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPaymentTaxConfigParams contains all the parameters to send to the API endpoint for the get payment tax config operation typically these are written to a http.Request
func NewGetPaymentTaxConfigParams ¶
func NewGetPaymentTaxConfigParams() *GetPaymentTaxConfigParams
NewGetPaymentTaxConfigParams creates a new GetPaymentTaxConfigParams object with the default values initialized.
func NewGetPaymentTaxConfigParamsWithContext ¶
func NewGetPaymentTaxConfigParamsWithContext(ctx context.Context) *GetPaymentTaxConfigParams
NewGetPaymentTaxConfigParamsWithContext creates a new GetPaymentTaxConfigParams object with the default values initialized, and the ability to set a context for a request
func NewGetPaymentTaxConfigParamsWithHTTPClient ¶
func NewGetPaymentTaxConfigParamsWithHTTPClient(client *http.Client) *GetPaymentTaxConfigParams
NewGetPaymentTaxConfigParamsWithHTTPClient creates a new GetPaymentTaxConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPaymentTaxConfigParamsWithTimeout ¶
func NewGetPaymentTaxConfigParamsWithTimeout(timeout time.Duration) *GetPaymentTaxConfigParams
NewGetPaymentTaxConfigParamsWithTimeout creates a new GetPaymentTaxConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPaymentTaxConfigParams) SetContext ¶
func (o *GetPaymentTaxConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the get payment tax config params
func (*GetPaymentTaxConfigParams) SetHTTPClient ¶
func (o *GetPaymentTaxConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get payment tax config params
func (*GetPaymentTaxConfigParams) SetTimeout ¶
func (o *GetPaymentTaxConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get payment tax config params
func (*GetPaymentTaxConfigParams) WithContext ¶
func (o *GetPaymentTaxConfigParams) WithContext(ctx context.Context) *GetPaymentTaxConfigParams
WithContext adds the context to the get payment tax config params
func (*GetPaymentTaxConfigParams) WithHTTPClient ¶
func (o *GetPaymentTaxConfigParams) WithHTTPClient(client *http.Client) *GetPaymentTaxConfigParams
WithHTTPClient adds the HTTPClient to the get payment tax config params
func (*GetPaymentTaxConfigParams) WithTimeout ¶
func (o *GetPaymentTaxConfigParams) WithTimeout(timeout time.Duration) *GetPaymentTaxConfigParams
WithTimeout adds the timeout to the get payment tax config params
func (*GetPaymentTaxConfigParams) WriteToRequest ¶
func (o *GetPaymentTaxConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPaymentTaxConfigReader ¶
type GetPaymentTaxConfigReader struct {
// contains filtered or unexported fields
}
GetPaymentTaxConfigReader is a Reader for the GetPaymentTaxConfig structure.
func (*GetPaymentTaxConfigReader) ReadResponse ¶
func (o *GetPaymentTaxConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpecialPaymentProvidersOK ¶
type GetSpecialPaymentProvidersOK struct {
Payload []string
}
GetSpecialPaymentProvidersOK handles this case with default header values.
successful operation
func NewGetSpecialPaymentProvidersOK ¶
func NewGetSpecialPaymentProvidersOK() *GetSpecialPaymentProvidersOK
NewGetSpecialPaymentProvidersOK creates a GetSpecialPaymentProvidersOK with default headers values
func (*GetSpecialPaymentProvidersOK) Error ¶
func (o *GetSpecialPaymentProvidersOK) Error() string
func (*GetSpecialPaymentProvidersOK) GetPayload ¶
func (o *GetSpecialPaymentProvidersOK) GetPayload() []string
type GetSpecialPaymentProvidersParams ¶
type GetSpecialPaymentProvidersParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpecialPaymentProvidersParams contains all the parameters to send to the API endpoint for the get special payment providers operation typically these are written to a http.Request
func NewGetSpecialPaymentProvidersParams ¶
func NewGetSpecialPaymentProvidersParams() *GetSpecialPaymentProvidersParams
NewGetSpecialPaymentProvidersParams creates a new GetSpecialPaymentProvidersParams object with the default values initialized.
func NewGetSpecialPaymentProvidersParamsWithContext ¶
func NewGetSpecialPaymentProvidersParamsWithContext(ctx context.Context) *GetSpecialPaymentProvidersParams
NewGetSpecialPaymentProvidersParamsWithContext creates a new GetSpecialPaymentProvidersParams object with the default values initialized, and the ability to set a context for a request
func NewGetSpecialPaymentProvidersParamsWithHTTPClient ¶
func NewGetSpecialPaymentProvidersParamsWithHTTPClient(client *http.Client) *GetSpecialPaymentProvidersParams
NewGetSpecialPaymentProvidersParamsWithHTTPClient creates a new GetSpecialPaymentProvidersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSpecialPaymentProvidersParamsWithTimeout ¶
func NewGetSpecialPaymentProvidersParamsWithTimeout(timeout time.Duration) *GetSpecialPaymentProvidersParams
NewGetSpecialPaymentProvidersParamsWithTimeout creates a new GetSpecialPaymentProvidersParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSpecialPaymentProvidersParams) SetContext ¶
func (o *GetSpecialPaymentProvidersParams) SetContext(ctx context.Context)
SetContext adds the context to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) SetHTTPClient ¶
func (o *GetSpecialPaymentProvidersParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) SetTimeout ¶
func (o *GetSpecialPaymentProvidersParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) WithContext ¶
func (o *GetSpecialPaymentProvidersParams) WithContext(ctx context.Context) *GetSpecialPaymentProvidersParams
WithContext adds the context to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) WithHTTPClient ¶
func (o *GetSpecialPaymentProvidersParams) WithHTTPClient(client *http.Client) *GetSpecialPaymentProvidersParams
WithHTTPClient adds the HTTPClient to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) WithTimeout ¶
func (o *GetSpecialPaymentProvidersParams) WithTimeout(timeout time.Duration) *GetSpecialPaymentProvidersParams
WithTimeout adds the timeout to the get special payment providers params
func (*GetSpecialPaymentProvidersParams) WriteToRequest ¶
func (o *GetSpecialPaymentProvidersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpecialPaymentProvidersReader ¶
type GetSpecialPaymentProvidersReader struct {
// contains filtered or unexported fields
}
GetSpecialPaymentProvidersReader is a Reader for the GetSpecialPaymentProviders structure.
func (*GetSpecialPaymentProvidersReader) ReadResponse ¶
func (o *GetSpecialPaymentProvidersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type QueryPaymentProviderConfigOK ¶
type QueryPaymentProviderConfigOK struct {
Payload *platformclientmodels.PaymentProviderConfigPagingSlicedResult
}
QueryPaymentProviderConfigOK handles this case with default header values.
successful operation
func NewQueryPaymentProviderConfigOK ¶
func NewQueryPaymentProviderConfigOK() *QueryPaymentProviderConfigOK
NewQueryPaymentProviderConfigOK creates a QueryPaymentProviderConfigOK with default headers values
func (*QueryPaymentProviderConfigOK) Error ¶
func (o *QueryPaymentProviderConfigOK) Error() string
func (*QueryPaymentProviderConfigOK) GetPayload ¶
func (o *QueryPaymentProviderConfigOK) GetPayload() *platformclientmodels.PaymentProviderConfigPagingSlicedResult
type QueryPaymentProviderConfigParams ¶
type QueryPaymentProviderConfigParams struct { /*Limit*/ Limit *int32 /*Namespace namespace */ Namespace *string /*Offset*/ Offset *int32 /*Region region */ Region *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
QueryPaymentProviderConfigParams contains all the parameters to send to the API endpoint for the query payment provider config operation typically these are written to a http.Request
func NewQueryPaymentProviderConfigParams ¶
func NewQueryPaymentProviderConfigParams() *QueryPaymentProviderConfigParams
NewQueryPaymentProviderConfigParams creates a new QueryPaymentProviderConfigParams object with the default values initialized.
func NewQueryPaymentProviderConfigParamsWithContext ¶
func NewQueryPaymentProviderConfigParamsWithContext(ctx context.Context) *QueryPaymentProviderConfigParams
NewQueryPaymentProviderConfigParamsWithContext creates a new QueryPaymentProviderConfigParams object with the default values initialized, and the ability to set a context for a request
func NewQueryPaymentProviderConfigParamsWithHTTPClient ¶
func NewQueryPaymentProviderConfigParamsWithHTTPClient(client *http.Client) *QueryPaymentProviderConfigParams
NewQueryPaymentProviderConfigParamsWithHTTPClient creates a new QueryPaymentProviderConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewQueryPaymentProviderConfigParamsWithTimeout ¶
func NewQueryPaymentProviderConfigParamsWithTimeout(timeout time.Duration) *QueryPaymentProviderConfigParams
NewQueryPaymentProviderConfigParamsWithTimeout creates a new QueryPaymentProviderConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*QueryPaymentProviderConfigParams) SetContext ¶
func (o *QueryPaymentProviderConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetHTTPClient ¶
func (o *QueryPaymentProviderConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetLimit ¶
func (o *QueryPaymentProviderConfigParams) SetLimit(limit *int32)
SetLimit adds the limit to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetNamespace ¶
func (o *QueryPaymentProviderConfigParams) SetNamespace(namespace *string)
SetNamespace adds the namespace to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetOffset ¶
func (o *QueryPaymentProviderConfigParams) SetOffset(offset *int32)
SetOffset adds the offset to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetRegion ¶
func (o *QueryPaymentProviderConfigParams) SetRegion(region *string)
SetRegion adds the region to the query payment provider config params
func (*QueryPaymentProviderConfigParams) SetTimeout ¶
func (o *QueryPaymentProviderConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithContext ¶
func (o *QueryPaymentProviderConfigParams) WithContext(ctx context.Context) *QueryPaymentProviderConfigParams
WithContext adds the context to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithHTTPClient ¶
func (o *QueryPaymentProviderConfigParams) WithHTTPClient(client *http.Client) *QueryPaymentProviderConfigParams
WithHTTPClient adds the HTTPClient to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithLimit ¶
func (o *QueryPaymentProviderConfigParams) WithLimit(limit *int32) *QueryPaymentProviderConfigParams
WithLimit adds the limit to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithNamespace ¶
func (o *QueryPaymentProviderConfigParams) WithNamespace(namespace *string) *QueryPaymentProviderConfigParams
WithNamespace adds the namespace to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithOffset ¶
func (o *QueryPaymentProviderConfigParams) WithOffset(offset *int32) *QueryPaymentProviderConfigParams
WithOffset adds the offset to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithRegion ¶
func (o *QueryPaymentProviderConfigParams) WithRegion(region *string) *QueryPaymentProviderConfigParams
WithRegion adds the region to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WithTimeout ¶
func (o *QueryPaymentProviderConfigParams) WithTimeout(timeout time.Duration) *QueryPaymentProviderConfigParams
WithTimeout adds the timeout to the query payment provider config params
func (*QueryPaymentProviderConfigParams) WriteToRequest ¶
func (o *QueryPaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type QueryPaymentProviderConfigReader ¶
type QueryPaymentProviderConfigReader struct {
// contains filtered or unexported fields
}
QueryPaymentProviderConfigReader is a Reader for the QueryPaymentProviderConfig structure.
func (*QueryPaymentProviderConfigReader) ReadResponse ¶
func (o *QueryPaymentProviderConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestAdyenConfigByIDNotFound ¶
type TestAdyenConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestAdyenConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestAdyenConfigByIDNotFound ¶
func NewTestAdyenConfigByIDNotFound() *TestAdyenConfigByIDNotFound
NewTestAdyenConfigByIDNotFound creates a TestAdyenConfigByIDNotFound with default headers values
func (*TestAdyenConfigByIDNotFound) Error ¶
func (o *TestAdyenConfigByIDNotFound) Error() string
func (*TestAdyenConfigByIDNotFound) GetPayload ¶
func (o *TestAdyenConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestAdyenConfigByIDOK ¶
type TestAdyenConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestAdyenConfigByIDOK handles this case with default header values.
successful operation
func NewTestAdyenConfigByIDOK ¶
func NewTestAdyenConfigByIDOK() *TestAdyenConfigByIDOK
NewTestAdyenConfigByIDOK creates a TestAdyenConfigByIDOK with default headers values
func (*TestAdyenConfigByIDOK) Error ¶
func (o *TestAdyenConfigByIDOK) Error() string
func (*TestAdyenConfigByIDOK) GetPayload ¶
func (o *TestAdyenConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestAdyenConfigByIDParams ¶
type TestAdyenConfigByIDParams struct { /*ID*/ ID string /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestAdyenConfigByIDParams contains all the parameters to send to the API endpoint for the test adyen config by Id operation typically these are written to a http.Request
func NewTestAdyenConfigByIDParams ¶
func NewTestAdyenConfigByIDParams() *TestAdyenConfigByIDParams
NewTestAdyenConfigByIDParams creates a new TestAdyenConfigByIDParams object with the default values initialized.
func NewTestAdyenConfigByIDParamsWithContext ¶
func NewTestAdyenConfigByIDParamsWithContext(ctx context.Context) *TestAdyenConfigByIDParams
NewTestAdyenConfigByIDParamsWithContext creates a new TestAdyenConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestAdyenConfigByIDParamsWithHTTPClient ¶
func NewTestAdyenConfigByIDParamsWithHTTPClient(client *http.Client) *TestAdyenConfigByIDParams
NewTestAdyenConfigByIDParamsWithHTTPClient creates a new TestAdyenConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestAdyenConfigByIDParamsWithTimeout ¶
func NewTestAdyenConfigByIDParamsWithTimeout(timeout time.Duration) *TestAdyenConfigByIDParams
NewTestAdyenConfigByIDParamsWithTimeout creates a new TestAdyenConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestAdyenConfigByIDParams) SetContext ¶
func (o *TestAdyenConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) SetHTTPClient ¶
func (o *TestAdyenConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) SetID ¶
func (o *TestAdyenConfigByIDParams) SetID(id string)
SetID adds the id to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) SetSandbox ¶
func (o *TestAdyenConfigByIDParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) SetTimeout ¶
func (o *TestAdyenConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WithContext ¶
func (o *TestAdyenConfigByIDParams) WithContext(ctx context.Context) *TestAdyenConfigByIDParams
WithContext adds the context to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WithHTTPClient ¶
func (o *TestAdyenConfigByIDParams) WithHTTPClient(client *http.Client) *TestAdyenConfigByIDParams
WithHTTPClient adds the HTTPClient to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WithID ¶
func (o *TestAdyenConfigByIDParams) WithID(id string) *TestAdyenConfigByIDParams
WithID adds the id to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WithSandbox ¶
func (o *TestAdyenConfigByIDParams) WithSandbox(sandbox *bool) *TestAdyenConfigByIDParams
WithSandbox adds the sandbox to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WithTimeout ¶
func (o *TestAdyenConfigByIDParams) WithTimeout(timeout time.Duration) *TestAdyenConfigByIDParams
WithTimeout adds the timeout to the test adyen config by Id params
func (*TestAdyenConfigByIDParams) WriteToRequest ¶
func (o *TestAdyenConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestAdyenConfigByIDReader ¶
type TestAdyenConfigByIDReader struct {
// contains filtered or unexported fields
}
TestAdyenConfigByIDReader is a Reader for the TestAdyenConfigByID structure.
func (*TestAdyenConfigByIDReader) ReadResponse ¶
func (o *TestAdyenConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestAdyenConfigOK ¶
type TestAdyenConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestAdyenConfigOK handles this case with default header values.
successful operation
func NewTestAdyenConfigOK ¶
func NewTestAdyenConfigOK() *TestAdyenConfigOK
NewTestAdyenConfigOK creates a TestAdyenConfigOK with default headers values
func (*TestAdyenConfigOK) Error ¶
func (o *TestAdyenConfigOK) Error() string
func (*TestAdyenConfigOK) GetPayload ¶
func (o *TestAdyenConfigOK) GetPayload() *platformclientmodels.TestResult
type TestAdyenConfigParams ¶
type TestAdyenConfigParams struct { /*Body*/ Body *platformclientmodels.AdyenConfig /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestAdyenConfigParams contains all the parameters to send to the API endpoint for the test adyen config operation typically these are written to a http.Request
func NewTestAdyenConfigParams ¶
func NewTestAdyenConfigParams() *TestAdyenConfigParams
NewTestAdyenConfigParams creates a new TestAdyenConfigParams object with the default values initialized.
func NewTestAdyenConfigParamsWithContext ¶
func NewTestAdyenConfigParamsWithContext(ctx context.Context) *TestAdyenConfigParams
NewTestAdyenConfigParamsWithContext creates a new TestAdyenConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestAdyenConfigParamsWithHTTPClient ¶
func NewTestAdyenConfigParamsWithHTTPClient(client *http.Client) *TestAdyenConfigParams
NewTestAdyenConfigParamsWithHTTPClient creates a new TestAdyenConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestAdyenConfigParamsWithTimeout ¶
func NewTestAdyenConfigParamsWithTimeout(timeout time.Duration) *TestAdyenConfigParams
NewTestAdyenConfigParamsWithTimeout creates a new TestAdyenConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestAdyenConfigParams) SetBody ¶
func (o *TestAdyenConfigParams) SetBody(body *platformclientmodels.AdyenConfig)
SetBody adds the body to the test adyen config params
func (*TestAdyenConfigParams) SetContext ¶
func (o *TestAdyenConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test adyen config params
func (*TestAdyenConfigParams) SetHTTPClient ¶
func (o *TestAdyenConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test adyen config params
func (*TestAdyenConfigParams) SetSandbox ¶
func (o *TestAdyenConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test adyen config params
func (*TestAdyenConfigParams) SetTimeout ¶
func (o *TestAdyenConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test adyen config params
func (*TestAdyenConfigParams) WithBody ¶
func (o *TestAdyenConfigParams) WithBody(body *platformclientmodels.AdyenConfig) *TestAdyenConfigParams
WithBody adds the body to the test adyen config params
func (*TestAdyenConfigParams) WithContext ¶
func (o *TestAdyenConfigParams) WithContext(ctx context.Context) *TestAdyenConfigParams
WithContext adds the context to the test adyen config params
func (*TestAdyenConfigParams) WithHTTPClient ¶
func (o *TestAdyenConfigParams) WithHTTPClient(client *http.Client) *TestAdyenConfigParams
WithHTTPClient adds the HTTPClient to the test adyen config params
func (*TestAdyenConfigParams) WithSandbox ¶
func (o *TestAdyenConfigParams) WithSandbox(sandbox *bool) *TestAdyenConfigParams
WithSandbox adds the sandbox to the test adyen config params
func (*TestAdyenConfigParams) WithTimeout ¶
func (o *TestAdyenConfigParams) WithTimeout(timeout time.Duration) *TestAdyenConfigParams
WithTimeout adds the timeout to the test adyen config params
func (*TestAdyenConfigParams) WriteToRequest ¶
func (o *TestAdyenConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestAdyenConfigReader ¶
type TestAdyenConfigReader struct {
// contains filtered or unexported fields
}
TestAdyenConfigReader is a Reader for the TestAdyenConfig structure.
func (*TestAdyenConfigReader) ReadResponse ¶
func (o *TestAdyenConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestAliPayConfigByIDNotFound ¶
type TestAliPayConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestAliPayConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestAliPayConfigByIDNotFound ¶
func NewTestAliPayConfigByIDNotFound() *TestAliPayConfigByIDNotFound
NewTestAliPayConfigByIDNotFound creates a TestAliPayConfigByIDNotFound with default headers values
func (*TestAliPayConfigByIDNotFound) Error ¶
func (o *TestAliPayConfigByIDNotFound) Error() string
func (*TestAliPayConfigByIDNotFound) GetPayload ¶
func (o *TestAliPayConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestAliPayConfigByIDOK ¶
type TestAliPayConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestAliPayConfigByIDOK handles this case with default header values.
successful operation
func NewTestAliPayConfigByIDOK ¶
func NewTestAliPayConfigByIDOK() *TestAliPayConfigByIDOK
NewTestAliPayConfigByIDOK creates a TestAliPayConfigByIDOK with default headers values
func (*TestAliPayConfigByIDOK) Error ¶
func (o *TestAliPayConfigByIDOK) Error() string
func (*TestAliPayConfigByIDOK) GetPayload ¶
func (o *TestAliPayConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestAliPayConfigByIDParams ¶
type TestAliPayConfigByIDParams struct { /*ID*/ ID string /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestAliPayConfigByIDParams contains all the parameters to send to the API endpoint for the test ali pay config by Id operation typically these are written to a http.Request
func NewTestAliPayConfigByIDParams ¶
func NewTestAliPayConfigByIDParams() *TestAliPayConfigByIDParams
NewTestAliPayConfigByIDParams creates a new TestAliPayConfigByIDParams object with the default values initialized.
func NewTestAliPayConfigByIDParamsWithContext ¶
func NewTestAliPayConfigByIDParamsWithContext(ctx context.Context) *TestAliPayConfigByIDParams
NewTestAliPayConfigByIDParamsWithContext creates a new TestAliPayConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestAliPayConfigByIDParamsWithHTTPClient ¶
func NewTestAliPayConfigByIDParamsWithHTTPClient(client *http.Client) *TestAliPayConfigByIDParams
NewTestAliPayConfigByIDParamsWithHTTPClient creates a new TestAliPayConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestAliPayConfigByIDParamsWithTimeout ¶
func NewTestAliPayConfigByIDParamsWithTimeout(timeout time.Duration) *TestAliPayConfigByIDParams
NewTestAliPayConfigByIDParamsWithTimeout creates a new TestAliPayConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestAliPayConfigByIDParams) SetContext ¶
func (o *TestAliPayConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) SetHTTPClient ¶
func (o *TestAliPayConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) SetID ¶
func (o *TestAliPayConfigByIDParams) SetID(id string)
SetID adds the id to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) SetSandbox ¶
func (o *TestAliPayConfigByIDParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) SetTimeout ¶
func (o *TestAliPayConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WithContext ¶
func (o *TestAliPayConfigByIDParams) WithContext(ctx context.Context) *TestAliPayConfigByIDParams
WithContext adds the context to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WithHTTPClient ¶
func (o *TestAliPayConfigByIDParams) WithHTTPClient(client *http.Client) *TestAliPayConfigByIDParams
WithHTTPClient adds the HTTPClient to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WithID ¶
func (o *TestAliPayConfigByIDParams) WithID(id string) *TestAliPayConfigByIDParams
WithID adds the id to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WithSandbox ¶
func (o *TestAliPayConfigByIDParams) WithSandbox(sandbox *bool) *TestAliPayConfigByIDParams
WithSandbox adds the sandbox to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WithTimeout ¶
func (o *TestAliPayConfigByIDParams) WithTimeout(timeout time.Duration) *TestAliPayConfigByIDParams
WithTimeout adds the timeout to the test ali pay config by Id params
func (*TestAliPayConfigByIDParams) WriteToRequest ¶
func (o *TestAliPayConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestAliPayConfigByIDReader ¶
type TestAliPayConfigByIDReader struct {
// contains filtered or unexported fields
}
TestAliPayConfigByIDReader is a Reader for the TestAliPayConfigByID structure.
func (*TestAliPayConfigByIDReader) ReadResponse ¶
func (o *TestAliPayConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestAliPayConfigOK ¶
type TestAliPayConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestAliPayConfigOK handles this case with default header values.
successful operation
func NewTestAliPayConfigOK ¶
func NewTestAliPayConfigOK() *TestAliPayConfigOK
NewTestAliPayConfigOK creates a TestAliPayConfigOK with default headers values
func (*TestAliPayConfigOK) Error ¶
func (o *TestAliPayConfigOK) Error() string
func (*TestAliPayConfigOK) GetPayload ¶
func (o *TestAliPayConfigOK) GetPayload() *platformclientmodels.TestResult
type TestAliPayConfigParams ¶
type TestAliPayConfigParams struct { /*Body*/ Body *platformclientmodels.AliPayConfig /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestAliPayConfigParams contains all the parameters to send to the API endpoint for the test ali pay config operation typically these are written to a http.Request
func NewTestAliPayConfigParams ¶
func NewTestAliPayConfigParams() *TestAliPayConfigParams
NewTestAliPayConfigParams creates a new TestAliPayConfigParams object with the default values initialized.
func NewTestAliPayConfigParamsWithContext ¶
func NewTestAliPayConfigParamsWithContext(ctx context.Context) *TestAliPayConfigParams
NewTestAliPayConfigParamsWithContext creates a new TestAliPayConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestAliPayConfigParamsWithHTTPClient ¶
func NewTestAliPayConfigParamsWithHTTPClient(client *http.Client) *TestAliPayConfigParams
NewTestAliPayConfigParamsWithHTTPClient creates a new TestAliPayConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestAliPayConfigParamsWithTimeout ¶
func NewTestAliPayConfigParamsWithTimeout(timeout time.Duration) *TestAliPayConfigParams
NewTestAliPayConfigParamsWithTimeout creates a new TestAliPayConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestAliPayConfigParams) SetBody ¶
func (o *TestAliPayConfigParams) SetBody(body *platformclientmodels.AliPayConfig)
SetBody adds the body to the test ali pay config params
func (*TestAliPayConfigParams) SetContext ¶
func (o *TestAliPayConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test ali pay config params
func (*TestAliPayConfigParams) SetHTTPClient ¶
func (o *TestAliPayConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test ali pay config params
func (*TestAliPayConfigParams) SetSandbox ¶
func (o *TestAliPayConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test ali pay config params
func (*TestAliPayConfigParams) SetTimeout ¶
func (o *TestAliPayConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test ali pay config params
func (*TestAliPayConfigParams) WithBody ¶
func (o *TestAliPayConfigParams) WithBody(body *platformclientmodels.AliPayConfig) *TestAliPayConfigParams
WithBody adds the body to the test ali pay config params
func (*TestAliPayConfigParams) WithContext ¶
func (o *TestAliPayConfigParams) WithContext(ctx context.Context) *TestAliPayConfigParams
WithContext adds the context to the test ali pay config params
func (*TestAliPayConfigParams) WithHTTPClient ¶
func (o *TestAliPayConfigParams) WithHTTPClient(client *http.Client) *TestAliPayConfigParams
WithHTTPClient adds the HTTPClient to the test ali pay config params
func (*TestAliPayConfigParams) WithSandbox ¶
func (o *TestAliPayConfigParams) WithSandbox(sandbox *bool) *TestAliPayConfigParams
WithSandbox adds the sandbox to the test ali pay config params
func (*TestAliPayConfigParams) WithTimeout ¶
func (o *TestAliPayConfigParams) WithTimeout(timeout time.Duration) *TestAliPayConfigParams
WithTimeout adds the timeout to the test ali pay config params
func (*TestAliPayConfigParams) WriteToRequest ¶
func (o *TestAliPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestAliPayConfigReader ¶
type TestAliPayConfigReader struct {
// contains filtered or unexported fields
}
TestAliPayConfigReader is a Reader for the TestAliPayConfig structure.
func (*TestAliPayConfigReader) ReadResponse ¶
func (o *TestAliPayConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestCheckoutConfigByIDNotFound ¶
type TestCheckoutConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestCheckoutConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestCheckoutConfigByIDNotFound ¶
func NewTestCheckoutConfigByIDNotFound() *TestCheckoutConfigByIDNotFound
NewTestCheckoutConfigByIDNotFound creates a TestCheckoutConfigByIDNotFound with default headers values
func (*TestCheckoutConfigByIDNotFound) Error ¶
func (o *TestCheckoutConfigByIDNotFound) Error() string
func (*TestCheckoutConfigByIDNotFound) GetPayload ¶
func (o *TestCheckoutConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestCheckoutConfigByIDOK ¶
type TestCheckoutConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestCheckoutConfigByIDOK handles this case with default header values.
successful operation
func NewTestCheckoutConfigByIDOK ¶
func NewTestCheckoutConfigByIDOK() *TestCheckoutConfigByIDOK
NewTestCheckoutConfigByIDOK creates a TestCheckoutConfigByIDOK with default headers values
func (*TestCheckoutConfigByIDOK) Error ¶
func (o *TestCheckoutConfigByIDOK) Error() string
func (*TestCheckoutConfigByIDOK) GetPayload ¶
func (o *TestCheckoutConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestCheckoutConfigByIDParams ¶
type TestCheckoutConfigByIDParams struct { /*ID*/ ID string /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestCheckoutConfigByIDParams contains all the parameters to send to the API endpoint for the test checkout config by Id operation typically these are written to a http.Request
func NewTestCheckoutConfigByIDParams ¶
func NewTestCheckoutConfigByIDParams() *TestCheckoutConfigByIDParams
NewTestCheckoutConfigByIDParams creates a new TestCheckoutConfigByIDParams object with the default values initialized.
func NewTestCheckoutConfigByIDParamsWithContext ¶
func NewTestCheckoutConfigByIDParamsWithContext(ctx context.Context) *TestCheckoutConfigByIDParams
NewTestCheckoutConfigByIDParamsWithContext creates a new TestCheckoutConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestCheckoutConfigByIDParamsWithHTTPClient ¶
func NewTestCheckoutConfigByIDParamsWithHTTPClient(client *http.Client) *TestCheckoutConfigByIDParams
NewTestCheckoutConfigByIDParamsWithHTTPClient creates a new TestCheckoutConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestCheckoutConfigByIDParamsWithTimeout ¶
func NewTestCheckoutConfigByIDParamsWithTimeout(timeout time.Duration) *TestCheckoutConfigByIDParams
NewTestCheckoutConfigByIDParamsWithTimeout creates a new TestCheckoutConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestCheckoutConfigByIDParams) SetContext ¶
func (o *TestCheckoutConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) SetHTTPClient ¶
func (o *TestCheckoutConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) SetID ¶
func (o *TestCheckoutConfigByIDParams) SetID(id string)
SetID adds the id to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) SetSandbox ¶
func (o *TestCheckoutConfigByIDParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) SetTimeout ¶
func (o *TestCheckoutConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WithContext ¶
func (o *TestCheckoutConfigByIDParams) WithContext(ctx context.Context) *TestCheckoutConfigByIDParams
WithContext adds the context to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WithHTTPClient ¶
func (o *TestCheckoutConfigByIDParams) WithHTTPClient(client *http.Client) *TestCheckoutConfigByIDParams
WithHTTPClient adds the HTTPClient to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WithID ¶
func (o *TestCheckoutConfigByIDParams) WithID(id string) *TestCheckoutConfigByIDParams
WithID adds the id to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WithSandbox ¶
func (o *TestCheckoutConfigByIDParams) WithSandbox(sandbox *bool) *TestCheckoutConfigByIDParams
WithSandbox adds the sandbox to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WithTimeout ¶
func (o *TestCheckoutConfigByIDParams) WithTimeout(timeout time.Duration) *TestCheckoutConfigByIDParams
WithTimeout adds the timeout to the test checkout config by Id params
func (*TestCheckoutConfigByIDParams) WriteToRequest ¶
func (o *TestCheckoutConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestCheckoutConfigByIDReader ¶
type TestCheckoutConfigByIDReader struct {
// contains filtered or unexported fields
}
TestCheckoutConfigByIDReader is a Reader for the TestCheckoutConfigByID structure.
func (*TestCheckoutConfigByIDReader) ReadResponse ¶
func (o *TestCheckoutConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestCheckoutConfigOK ¶
type TestCheckoutConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestCheckoutConfigOK handles this case with default header values.
successful operation
func NewTestCheckoutConfigOK ¶
func NewTestCheckoutConfigOK() *TestCheckoutConfigOK
NewTestCheckoutConfigOK creates a TestCheckoutConfigOK with default headers values
func (*TestCheckoutConfigOK) Error ¶
func (o *TestCheckoutConfigOK) Error() string
func (*TestCheckoutConfigOK) GetPayload ¶
func (o *TestCheckoutConfigOK) GetPayload() *platformclientmodels.TestResult
type TestCheckoutConfigParams ¶
type TestCheckoutConfigParams struct { /*Body*/ Body *platformclientmodels.CheckoutConfig /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestCheckoutConfigParams contains all the parameters to send to the API endpoint for the test checkout config operation typically these are written to a http.Request
func NewTestCheckoutConfigParams ¶
func NewTestCheckoutConfigParams() *TestCheckoutConfigParams
NewTestCheckoutConfigParams creates a new TestCheckoutConfigParams object with the default values initialized.
func NewTestCheckoutConfigParamsWithContext ¶
func NewTestCheckoutConfigParamsWithContext(ctx context.Context) *TestCheckoutConfigParams
NewTestCheckoutConfigParamsWithContext creates a new TestCheckoutConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestCheckoutConfigParamsWithHTTPClient ¶
func NewTestCheckoutConfigParamsWithHTTPClient(client *http.Client) *TestCheckoutConfigParams
NewTestCheckoutConfigParamsWithHTTPClient creates a new TestCheckoutConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestCheckoutConfigParamsWithTimeout ¶
func NewTestCheckoutConfigParamsWithTimeout(timeout time.Duration) *TestCheckoutConfigParams
NewTestCheckoutConfigParamsWithTimeout creates a new TestCheckoutConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestCheckoutConfigParams) SetBody ¶
func (o *TestCheckoutConfigParams) SetBody(body *platformclientmodels.CheckoutConfig)
SetBody adds the body to the test checkout config params
func (*TestCheckoutConfigParams) SetContext ¶
func (o *TestCheckoutConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test checkout config params
func (*TestCheckoutConfigParams) SetHTTPClient ¶
func (o *TestCheckoutConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test checkout config params
func (*TestCheckoutConfigParams) SetSandbox ¶
func (o *TestCheckoutConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test checkout config params
func (*TestCheckoutConfigParams) SetTimeout ¶
func (o *TestCheckoutConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test checkout config params
func (*TestCheckoutConfigParams) WithBody ¶
func (o *TestCheckoutConfigParams) WithBody(body *platformclientmodels.CheckoutConfig) *TestCheckoutConfigParams
WithBody adds the body to the test checkout config params
func (*TestCheckoutConfigParams) WithContext ¶
func (o *TestCheckoutConfigParams) WithContext(ctx context.Context) *TestCheckoutConfigParams
WithContext adds the context to the test checkout config params
func (*TestCheckoutConfigParams) WithHTTPClient ¶
func (o *TestCheckoutConfigParams) WithHTTPClient(client *http.Client) *TestCheckoutConfigParams
WithHTTPClient adds the HTTPClient to the test checkout config params
func (*TestCheckoutConfigParams) WithSandbox ¶
func (o *TestCheckoutConfigParams) WithSandbox(sandbox *bool) *TestCheckoutConfigParams
WithSandbox adds the sandbox to the test checkout config params
func (*TestCheckoutConfigParams) WithTimeout ¶
func (o *TestCheckoutConfigParams) WithTimeout(timeout time.Duration) *TestCheckoutConfigParams
WithTimeout adds the timeout to the test checkout config params
func (*TestCheckoutConfigParams) WriteToRequest ¶
func (o *TestCheckoutConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestCheckoutConfigReader ¶
type TestCheckoutConfigReader struct {
// contains filtered or unexported fields
}
TestCheckoutConfigReader is a Reader for the TestCheckoutConfig structure.
func (*TestCheckoutConfigReader) ReadResponse ¶
func (o *TestCheckoutConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestPayPalConfigByIDNotFound ¶
type TestPayPalConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestPayPalConfigByIDNotFound handles this case with default header values.
<table><tr><td>NumericErrorCode</td><td>ErrorCode</td></tr><tr><td>33045</td><td>errors.net.accelbyte.platform.payment.payment_merchant_config_not_found</td></tr></table>
func NewTestPayPalConfigByIDNotFound ¶
func NewTestPayPalConfigByIDNotFound() *TestPayPalConfigByIDNotFound
NewTestPayPalConfigByIDNotFound creates a TestPayPalConfigByIDNotFound with default headers values
func (*TestPayPalConfigByIDNotFound) Error ¶
func (o *TestPayPalConfigByIDNotFound) Error() string
func (*TestPayPalConfigByIDNotFound) GetPayload ¶
func (o *TestPayPalConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestPayPalConfigByIDOK ¶
type TestPayPalConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestPayPalConfigByIDOK handles this case with default header values.
successful operation
func NewTestPayPalConfigByIDOK ¶
func NewTestPayPalConfigByIDOK() *TestPayPalConfigByIDOK
NewTestPayPalConfigByIDOK creates a TestPayPalConfigByIDOK with default headers values
func (*TestPayPalConfigByIDOK) Error ¶
func (o *TestPayPalConfigByIDOK) Error() string
func (*TestPayPalConfigByIDOK) GetPayload ¶
func (o *TestPayPalConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestPayPalConfigByIDParams ¶
type TestPayPalConfigByIDParams struct { /*ID*/ ID string /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestPayPalConfigByIDParams contains all the parameters to send to the API endpoint for the test pay pal config by Id operation typically these are written to a http.Request
func NewTestPayPalConfigByIDParams ¶
func NewTestPayPalConfigByIDParams() *TestPayPalConfigByIDParams
NewTestPayPalConfigByIDParams creates a new TestPayPalConfigByIDParams object with the default values initialized.
func NewTestPayPalConfigByIDParamsWithContext ¶
func NewTestPayPalConfigByIDParamsWithContext(ctx context.Context) *TestPayPalConfigByIDParams
NewTestPayPalConfigByIDParamsWithContext creates a new TestPayPalConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestPayPalConfigByIDParamsWithHTTPClient ¶
func NewTestPayPalConfigByIDParamsWithHTTPClient(client *http.Client) *TestPayPalConfigByIDParams
NewTestPayPalConfigByIDParamsWithHTTPClient creates a new TestPayPalConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestPayPalConfigByIDParamsWithTimeout ¶
func NewTestPayPalConfigByIDParamsWithTimeout(timeout time.Duration) *TestPayPalConfigByIDParams
NewTestPayPalConfigByIDParamsWithTimeout creates a new TestPayPalConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestPayPalConfigByIDParams) SetContext ¶
func (o *TestPayPalConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) SetHTTPClient ¶
func (o *TestPayPalConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) SetID ¶
func (o *TestPayPalConfigByIDParams) SetID(id string)
SetID adds the id to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) SetSandbox ¶
func (o *TestPayPalConfigByIDParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) SetTimeout ¶
func (o *TestPayPalConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WithContext ¶
func (o *TestPayPalConfigByIDParams) WithContext(ctx context.Context) *TestPayPalConfigByIDParams
WithContext adds the context to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WithHTTPClient ¶
func (o *TestPayPalConfigByIDParams) WithHTTPClient(client *http.Client) *TestPayPalConfigByIDParams
WithHTTPClient adds the HTTPClient to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WithID ¶
func (o *TestPayPalConfigByIDParams) WithID(id string) *TestPayPalConfigByIDParams
WithID adds the id to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WithSandbox ¶
func (o *TestPayPalConfigByIDParams) WithSandbox(sandbox *bool) *TestPayPalConfigByIDParams
WithSandbox adds the sandbox to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WithTimeout ¶
func (o *TestPayPalConfigByIDParams) WithTimeout(timeout time.Duration) *TestPayPalConfigByIDParams
WithTimeout adds the timeout to the test pay pal config by Id params
func (*TestPayPalConfigByIDParams) WriteToRequest ¶
func (o *TestPayPalConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestPayPalConfigByIDReader ¶
type TestPayPalConfigByIDReader struct {
// contains filtered or unexported fields
}
TestPayPalConfigByIDReader is a Reader for the TestPayPalConfigByID structure.
func (*TestPayPalConfigByIDReader) ReadResponse ¶
func (o *TestPayPalConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestPayPalConfigOK ¶
type TestPayPalConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestPayPalConfigOK handles this case with default header values.
successful operation
func NewTestPayPalConfigOK ¶
func NewTestPayPalConfigOK() *TestPayPalConfigOK
NewTestPayPalConfigOK creates a TestPayPalConfigOK with default headers values
func (*TestPayPalConfigOK) Error ¶
func (o *TestPayPalConfigOK) Error() string
func (*TestPayPalConfigOK) GetPayload ¶
func (o *TestPayPalConfigOK) GetPayload() *platformclientmodels.TestResult
type TestPayPalConfigParams ¶
type TestPayPalConfigParams struct { /*Body*/ Body *platformclientmodels.PayPalConfig /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestPayPalConfigParams contains all the parameters to send to the API endpoint for the test pay pal config operation typically these are written to a http.Request
func NewTestPayPalConfigParams ¶
func NewTestPayPalConfigParams() *TestPayPalConfigParams
NewTestPayPalConfigParams creates a new TestPayPalConfigParams object with the default values initialized.
func NewTestPayPalConfigParamsWithContext ¶
func NewTestPayPalConfigParamsWithContext(ctx context.Context) *TestPayPalConfigParams
NewTestPayPalConfigParamsWithContext creates a new TestPayPalConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestPayPalConfigParamsWithHTTPClient ¶
func NewTestPayPalConfigParamsWithHTTPClient(client *http.Client) *TestPayPalConfigParams
NewTestPayPalConfigParamsWithHTTPClient creates a new TestPayPalConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestPayPalConfigParamsWithTimeout ¶
func NewTestPayPalConfigParamsWithTimeout(timeout time.Duration) *TestPayPalConfigParams
NewTestPayPalConfigParamsWithTimeout creates a new TestPayPalConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestPayPalConfigParams) SetBody ¶
func (o *TestPayPalConfigParams) SetBody(body *platformclientmodels.PayPalConfig)
SetBody adds the body to the test pay pal config params
func (*TestPayPalConfigParams) SetContext ¶
func (o *TestPayPalConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test pay pal config params
func (*TestPayPalConfigParams) SetHTTPClient ¶
func (o *TestPayPalConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test pay pal config params
func (*TestPayPalConfigParams) SetSandbox ¶
func (o *TestPayPalConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test pay pal config params
func (*TestPayPalConfigParams) SetTimeout ¶
func (o *TestPayPalConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test pay pal config params
func (*TestPayPalConfigParams) WithBody ¶
func (o *TestPayPalConfigParams) WithBody(body *platformclientmodels.PayPalConfig) *TestPayPalConfigParams
WithBody adds the body to the test pay pal config params
func (*TestPayPalConfigParams) WithContext ¶
func (o *TestPayPalConfigParams) WithContext(ctx context.Context) *TestPayPalConfigParams
WithContext adds the context to the test pay pal config params
func (*TestPayPalConfigParams) WithHTTPClient ¶
func (o *TestPayPalConfigParams) WithHTTPClient(client *http.Client) *TestPayPalConfigParams
WithHTTPClient adds the HTTPClient to the test pay pal config params
func (*TestPayPalConfigParams) WithSandbox ¶
func (o *TestPayPalConfigParams) WithSandbox(sandbox *bool) *TestPayPalConfigParams
WithSandbox adds the sandbox to the test pay pal config params
func (*TestPayPalConfigParams) WithTimeout ¶
func (o *TestPayPalConfigParams) WithTimeout(timeout time.Duration) *TestPayPalConfigParams
WithTimeout adds the timeout to the test pay pal config params
func (*TestPayPalConfigParams) WriteToRequest ¶
func (o *TestPayPalConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestPayPalConfigReader ¶
type TestPayPalConfigReader struct {
// contains filtered or unexported fields
}
TestPayPalConfigReader is a Reader for the TestPayPalConfig structure.
func (*TestPayPalConfigReader) ReadResponse ¶
func (o *TestPayPalConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestStripeConfigByIDNotFound ¶
type TestStripeConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestStripeConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestStripeConfigByIDNotFound ¶
func NewTestStripeConfigByIDNotFound() *TestStripeConfigByIDNotFound
NewTestStripeConfigByIDNotFound creates a TestStripeConfigByIDNotFound with default headers values
func (*TestStripeConfigByIDNotFound) Error ¶
func (o *TestStripeConfigByIDNotFound) Error() string
func (*TestStripeConfigByIDNotFound) GetPayload ¶
func (o *TestStripeConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestStripeConfigByIDOK ¶
type TestStripeConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestStripeConfigByIDOK handles this case with default header values.
successful operation
func NewTestStripeConfigByIDOK ¶
func NewTestStripeConfigByIDOK() *TestStripeConfigByIDOK
NewTestStripeConfigByIDOK creates a TestStripeConfigByIDOK with default headers values
func (*TestStripeConfigByIDOK) Error ¶
func (o *TestStripeConfigByIDOK) Error() string
func (*TestStripeConfigByIDOK) GetPayload ¶
func (o *TestStripeConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestStripeConfigByIDParams ¶
type TestStripeConfigByIDParams struct { /*ID*/ ID string /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestStripeConfigByIDParams contains all the parameters to send to the API endpoint for the test stripe config by Id operation typically these are written to a http.Request
func NewTestStripeConfigByIDParams ¶
func NewTestStripeConfigByIDParams() *TestStripeConfigByIDParams
NewTestStripeConfigByIDParams creates a new TestStripeConfigByIDParams object with the default values initialized.
func NewTestStripeConfigByIDParamsWithContext ¶
func NewTestStripeConfigByIDParamsWithContext(ctx context.Context) *TestStripeConfigByIDParams
NewTestStripeConfigByIDParamsWithContext creates a new TestStripeConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestStripeConfigByIDParamsWithHTTPClient ¶
func NewTestStripeConfigByIDParamsWithHTTPClient(client *http.Client) *TestStripeConfigByIDParams
NewTestStripeConfigByIDParamsWithHTTPClient creates a new TestStripeConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestStripeConfigByIDParamsWithTimeout ¶
func NewTestStripeConfigByIDParamsWithTimeout(timeout time.Duration) *TestStripeConfigByIDParams
NewTestStripeConfigByIDParamsWithTimeout creates a new TestStripeConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestStripeConfigByIDParams) SetContext ¶
func (o *TestStripeConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test stripe config by Id params
func (*TestStripeConfigByIDParams) SetHTTPClient ¶
func (o *TestStripeConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test stripe config by Id params
func (*TestStripeConfigByIDParams) SetID ¶
func (o *TestStripeConfigByIDParams) SetID(id string)
SetID adds the id to the test stripe config by Id params
func (*TestStripeConfigByIDParams) SetSandbox ¶
func (o *TestStripeConfigByIDParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test stripe config by Id params
func (*TestStripeConfigByIDParams) SetTimeout ¶
func (o *TestStripeConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WithContext ¶
func (o *TestStripeConfigByIDParams) WithContext(ctx context.Context) *TestStripeConfigByIDParams
WithContext adds the context to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WithHTTPClient ¶
func (o *TestStripeConfigByIDParams) WithHTTPClient(client *http.Client) *TestStripeConfigByIDParams
WithHTTPClient adds the HTTPClient to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WithID ¶
func (o *TestStripeConfigByIDParams) WithID(id string) *TestStripeConfigByIDParams
WithID adds the id to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WithSandbox ¶
func (o *TestStripeConfigByIDParams) WithSandbox(sandbox *bool) *TestStripeConfigByIDParams
WithSandbox adds the sandbox to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WithTimeout ¶
func (o *TestStripeConfigByIDParams) WithTimeout(timeout time.Duration) *TestStripeConfigByIDParams
WithTimeout adds the timeout to the test stripe config by Id params
func (*TestStripeConfigByIDParams) WriteToRequest ¶
func (o *TestStripeConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestStripeConfigByIDReader ¶
type TestStripeConfigByIDReader struct {
// contains filtered or unexported fields
}
TestStripeConfigByIDReader is a Reader for the TestStripeConfigByID structure.
func (*TestStripeConfigByIDReader) ReadResponse ¶
func (o *TestStripeConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestStripeConfigOK ¶
type TestStripeConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestStripeConfigOK handles this case with default header values.
successful operation
func NewTestStripeConfigOK ¶
func NewTestStripeConfigOK() *TestStripeConfigOK
NewTestStripeConfigOK creates a TestStripeConfigOK with default headers values
func (*TestStripeConfigOK) Error ¶
func (o *TestStripeConfigOK) Error() string
func (*TestStripeConfigOK) GetPayload ¶
func (o *TestStripeConfigOK) GetPayload() *platformclientmodels.TestResult
type TestStripeConfigParams ¶
type TestStripeConfigParams struct { /*Body*/ Body *platformclientmodels.StripeConfig /*Sandbox*/ Sandbox *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestStripeConfigParams contains all the parameters to send to the API endpoint for the test stripe config operation typically these are written to a http.Request
func NewTestStripeConfigParams ¶
func NewTestStripeConfigParams() *TestStripeConfigParams
NewTestStripeConfigParams creates a new TestStripeConfigParams object with the default values initialized.
func NewTestStripeConfigParamsWithContext ¶
func NewTestStripeConfigParamsWithContext(ctx context.Context) *TestStripeConfigParams
NewTestStripeConfigParamsWithContext creates a new TestStripeConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestStripeConfigParamsWithHTTPClient ¶
func NewTestStripeConfigParamsWithHTTPClient(client *http.Client) *TestStripeConfigParams
NewTestStripeConfigParamsWithHTTPClient creates a new TestStripeConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestStripeConfigParamsWithTimeout ¶
func NewTestStripeConfigParamsWithTimeout(timeout time.Duration) *TestStripeConfigParams
NewTestStripeConfigParamsWithTimeout creates a new TestStripeConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestStripeConfigParams) SetBody ¶
func (o *TestStripeConfigParams) SetBody(body *platformclientmodels.StripeConfig)
SetBody adds the body to the test stripe config params
func (*TestStripeConfigParams) SetContext ¶
func (o *TestStripeConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test stripe config params
func (*TestStripeConfigParams) SetHTTPClient ¶
func (o *TestStripeConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test stripe config params
func (*TestStripeConfigParams) SetSandbox ¶
func (o *TestStripeConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the test stripe config params
func (*TestStripeConfigParams) SetTimeout ¶
func (o *TestStripeConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test stripe config params
func (*TestStripeConfigParams) WithBody ¶
func (o *TestStripeConfigParams) WithBody(body *platformclientmodels.StripeConfig) *TestStripeConfigParams
WithBody adds the body to the test stripe config params
func (*TestStripeConfigParams) WithContext ¶
func (o *TestStripeConfigParams) WithContext(ctx context.Context) *TestStripeConfigParams
WithContext adds the context to the test stripe config params
func (*TestStripeConfigParams) WithHTTPClient ¶
func (o *TestStripeConfigParams) WithHTTPClient(client *http.Client) *TestStripeConfigParams
WithHTTPClient adds the HTTPClient to the test stripe config params
func (*TestStripeConfigParams) WithSandbox ¶
func (o *TestStripeConfigParams) WithSandbox(sandbox *bool) *TestStripeConfigParams
WithSandbox adds the sandbox to the test stripe config params
func (*TestStripeConfigParams) WithTimeout ¶
func (o *TestStripeConfigParams) WithTimeout(timeout time.Duration) *TestStripeConfigParams
WithTimeout adds the timeout to the test stripe config params
func (*TestStripeConfigParams) WriteToRequest ¶
func (o *TestStripeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestStripeConfigReader ¶
type TestStripeConfigReader struct {
// contains filtered or unexported fields
}
TestStripeConfigReader is a Reader for the TestStripeConfig structure.
func (*TestStripeConfigReader) ReadResponse ¶
func (o *TestStripeConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestWxPayConfigByIDNotFound ¶
type TestWxPayConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestWxPayConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestWxPayConfigByIDNotFound ¶
func NewTestWxPayConfigByIDNotFound() *TestWxPayConfigByIDNotFound
NewTestWxPayConfigByIDNotFound creates a TestWxPayConfigByIDNotFound with default headers values
func (*TestWxPayConfigByIDNotFound) Error ¶
func (o *TestWxPayConfigByIDNotFound) Error() string
func (*TestWxPayConfigByIDNotFound) GetPayload ¶
func (o *TestWxPayConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestWxPayConfigByIDOK ¶
type TestWxPayConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestWxPayConfigByIDOK handles this case with default header values.
successful operation
func NewTestWxPayConfigByIDOK ¶
func NewTestWxPayConfigByIDOK() *TestWxPayConfigByIDOK
NewTestWxPayConfigByIDOK creates a TestWxPayConfigByIDOK with default headers values
func (*TestWxPayConfigByIDOK) Error ¶
func (o *TestWxPayConfigByIDOK) Error() string
func (*TestWxPayConfigByIDOK) GetPayload ¶
func (o *TestWxPayConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestWxPayConfigByIDParams ¶
type TestWxPayConfigByIDParams struct { /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestWxPayConfigByIDParams contains all the parameters to send to the API endpoint for the test wx pay config by Id operation typically these are written to a http.Request
func NewTestWxPayConfigByIDParams ¶
func NewTestWxPayConfigByIDParams() *TestWxPayConfigByIDParams
NewTestWxPayConfigByIDParams creates a new TestWxPayConfigByIDParams object with the default values initialized.
func NewTestWxPayConfigByIDParamsWithContext ¶
func NewTestWxPayConfigByIDParamsWithContext(ctx context.Context) *TestWxPayConfigByIDParams
NewTestWxPayConfigByIDParamsWithContext creates a new TestWxPayConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestWxPayConfigByIDParamsWithHTTPClient ¶
func NewTestWxPayConfigByIDParamsWithHTTPClient(client *http.Client) *TestWxPayConfigByIDParams
NewTestWxPayConfigByIDParamsWithHTTPClient creates a new TestWxPayConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestWxPayConfigByIDParamsWithTimeout ¶
func NewTestWxPayConfigByIDParamsWithTimeout(timeout time.Duration) *TestWxPayConfigByIDParams
NewTestWxPayConfigByIDParamsWithTimeout creates a new TestWxPayConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestWxPayConfigByIDParams) SetContext ¶
func (o *TestWxPayConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) SetHTTPClient ¶
func (o *TestWxPayConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) SetID ¶
func (o *TestWxPayConfigByIDParams) SetID(id string)
SetID adds the id to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) SetTimeout ¶
func (o *TestWxPayConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) WithContext ¶
func (o *TestWxPayConfigByIDParams) WithContext(ctx context.Context) *TestWxPayConfigByIDParams
WithContext adds the context to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) WithHTTPClient ¶
func (o *TestWxPayConfigByIDParams) WithHTTPClient(client *http.Client) *TestWxPayConfigByIDParams
WithHTTPClient adds the HTTPClient to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) WithID ¶
func (o *TestWxPayConfigByIDParams) WithID(id string) *TestWxPayConfigByIDParams
WithID adds the id to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) WithTimeout ¶
func (o *TestWxPayConfigByIDParams) WithTimeout(timeout time.Duration) *TestWxPayConfigByIDParams
WithTimeout adds the timeout to the test wx pay config by Id params
func (*TestWxPayConfigByIDParams) WriteToRequest ¶
func (o *TestWxPayConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestWxPayConfigByIDReader ¶
type TestWxPayConfigByIDReader struct {
// contains filtered or unexported fields
}
TestWxPayConfigByIDReader is a Reader for the TestWxPayConfigByID structure.
func (*TestWxPayConfigByIDReader) ReadResponse ¶
func (o *TestWxPayConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestWxPayConfigOK ¶
type TestWxPayConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestWxPayConfigOK handles this case with default header values.
successful operation
func NewTestWxPayConfigOK ¶
func NewTestWxPayConfigOK() *TestWxPayConfigOK
NewTestWxPayConfigOK creates a TestWxPayConfigOK with default headers values
func (*TestWxPayConfigOK) Error ¶
func (o *TestWxPayConfigOK) Error() string
func (*TestWxPayConfigOK) GetPayload ¶
func (o *TestWxPayConfigOK) GetPayload() *platformclientmodels.TestResult
type TestWxPayConfigParams ¶
type TestWxPayConfigParams struct { /*Body*/ Body *platformclientmodels.WxPayConfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestWxPayConfigParams contains all the parameters to send to the API endpoint for the test wx pay config operation typically these are written to a http.Request
func NewTestWxPayConfigParams ¶
func NewTestWxPayConfigParams() *TestWxPayConfigParams
NewTestWxPayConfigParams creates a new TestWxPayConfigParams object with the default values initialized.
func NewTestWxPayConfigParamsWithContext ¶
func NewTestWxPayConfigParamsWithContext(ctx context.Context) *TestWxPayConfigParams
NewTestWxPayConfigParamsWithContext creates a new TestWxPayConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestWxPayConfigParamsWithHTTPClient ¶
func NewTestWxPayConfigParamsWithHTTPClient(client *http.Client) *TestWxPayConfigParams
NewTestWxPayConfigParamsWithHTTPClient creates a new TestWxPayConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestWxPayConfigParamsWithTimeout ¶
func NewTestWxPayConfigParamsWithTimeout(timeout time.Duration) *TestWxPayConfigParams
NewTestWxPayConfigParamsWithTimeout creates a new TestWxPayConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestWxPayConfigParams) SetBody ¶
func (o *TestWxPayConfigParams) SetBody(body *platformclientmodels.WxPayConfigRequest)
SetBody adds the body to the test wx pay config params
func (*TestWxPayConfigParams) SetContext ¶
func (o *TestWxPayConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test wx pay config params
func (*TestWxPayConfigParams) SetHTTPClient ¶
func (o *TestWxPayConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test wx pay config params
func (*TestWxPayConfigParams) SetTimeout ¶
func (o *TestWxPayConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test wx pay config params
func (*TestWxPayConfigParams) WithBody ¶
func (o *TestWxPayConfigParams) WithBody(body *platformclientmodels.WxPayConfigRequest) *TestWxPayConfigParams
WithBody adds the body to the test wx pay config params
func (*TestWxPayConfigParams) WithContext ¶
func (o *TestWxPayConfigParams) WithContext(ctx context.Context) *TestWxPayConfigParams
WithContext adds the context to the test wx pay config params
func (*TestWxPayConfigParams) WithHTTPClient ¶
func (o *TestWxPayConfigParams) WithHTTPClient(client *http.Client) *TestWxPayConfigParams
WithHTTPClient adds the HTTPClient to the test wx pay config params
func (*TestWxPayConfigParams) WithTimeout ¶
func (o *TestWxPayConfigParams) WithTimeout(timeout time.Duration) *TestWxPayConfigParams
WithTimeout adds the timeout to the test wx pay config params
func (*TestWxPayConfigParams) WriteToRequest ¶
func (o *TestWxPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestWxPayConfigReader ¶
type TestWxPayConfigReader struct {
// contains filtered or unexported fields
}
TestWxPayConfigReader is a Reader for the TestWxPayConfig structure.
func (*TestWxPayConfigReader) ReadResponse ¶
func (o *TestWxPayConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestXsollaConfigByIDNotFound ¶
type TestXsollaConfigByIDNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
TestXsollaConfigByIDNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewTestXsollaConfigByIDNotFound ¶
func NewTestXsollaConfigByIDNotFound() *TestXsollaConfigByIDNotFound
NewTestXsollaConfigByIDNotFound creates a TestXsollaConfigByIDNotFound with default headers values
func (*TestXsollaConfigByIDNotFound) Error ¶
func (o *TestXsollaConfigByIDNotFound) Error() string
func (*TestXsollaConfigByIDNotFound) GetPayload ¶
func (o *TestXsollaConfigByIDNotFound) GetPayload() *platformclientmodels.ErrorEntity
type TestXsollaConfigByIDOK ¶
type TestXsollaConfigByIDOK struct {
Payload *platformclientmodels.TestResult
}
TestXsollaConfigByIDOK handles this case with default header values.
successful operation
func NewTestXsollaConfigByIDOK ¶
func NewTestXsollaConfigByIDOK() *TestXsollaConfigByIDOK
NewTestXsollaConfigByIDOK creates a TestXsollaConfigByIDOK with default headers values
func (*TestXsollaConfigByIDOK) Error ¶
func (o *TestXsollaConfigByIDOK) Error() string
func (*TestXsollaConfigByIDOK) GetPayload ¶
func (o *TestXsollaConfigByIDOK) GetPayload() *platformclientmodels.TestResult
type TestXsollaConfigByIDParams ¶
type TestXsollaConfigByIDParams struct { /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestXsollaConfigByIDParams contains all the parameters to send to the API endpoint for the test xsolla config by Id operation typically these are written to a http.Request
func NewTestXsollaConfigByIDParams ¶
func NewTestXsollaConfigByIDParams() *TestXsollaConfigByIDParams
NewTestXsollaConfigByIDParams creates a new TestXsollaConfigByIDParams object with the default values initialized.
func NewTestXsollaConfigByIDParamsWithContext ¶
func NewTestXsollaConfigByIDParamsWithContext(ctx context.Context) *TestXsollaConfigByIDParams
NewTestXsollaConfigByIDParamsWithContext creates a new TestXsollaConfigByIDParams object with the default values initialized, and the ability to set a context for a request
func NewTestXsollaConfigByIDParamsWithHTTPClient ¶
func NewTestXsollaConfigByIDParamsWithHTTPClient(client *http.Client) *TestXsollaConfigByIDParams
NewTestXsollaConfigByIDParamsWithHTTPClient creates a new TestXsollaConfigByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestXsollaConfigByIDParamsWithTimeout ¶
func NewTestXsollaConfigByIDParamsWithTimeout(timeout time.Duration) *TestXsollaConfigByIDParams
NewTestXsollaConfigByIDParamsWithTimeout creates a new TestXsollaConfigByIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestXsollaConfigByIDParams) SetContext ¶
func (o *TestXsollaConfigByIDParams) SetContext(ctx context.Context)
SetContext adds the context to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) SetHTTPClient ¶
func (o *TestXsollaConfigByIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) SetID ¶
func (o *TestXsollaConfigByIDParams) SetID(id string)
SetID adds the id to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) SetTimeout ¶
func (o *TestXsollaConfigByIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) WithContext ¶
func (o *TestXsollaConfigByIDParams) WithContext(ctx context.Context) *TestXsollaConfigByIDParams
WithContext adds the context to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) WithHTTPClient ¶
func (o *TestXsollaConfigByIDParams) WithHTTPClient(client *http.Client) *TestXsollaConfigByIDParams
WithHTTPClient adds the HTTPClient to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) WithID ¶
func (o *TestXsollaConfigByIDParams) WithID(id string) *TestXsollaConfigByIDParams
WithID adds the id to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) WithTimeout ¶
func (o *TestXsollaConfigByIDParams) WithTimeout(timeout time.Duration) *TestXsollaConfigByIDParams
WithTimeout adds the timeout to the test xsolla config by Id params
func (*TestXsollaConfigByIDParams) WriteToRequest ¶
func (o *TestXsollaConfigByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestXsollaConfigByIDReader ¶
type TestXsollaConfigByIDReader struct {
// contains filtered or unexported fields
}
TestXsollaConfigByIDReader is a Reader for the TestXsollaConfigByID structure.
func (*TestXsollaConfigByIDReader) ReadResponse ¶
func (o *TestXsollaConfigByIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type TestXsollaConfigOK ¶
type TestXsollaConfigOK struct {
Payload *platformclientmodels.TestResult
}
TestXsollaConfigOK handles this case with default header values.
successful operation
func NewTestXsollaConfigOK ¶
func NewTestXsollaConfigOK() *TestXsollaConfigOK
NewTestXsollaConfigOK creates a TestXsollaConfigOK with default headers values
func (*TestXsollaConfigOK) Error ¶
func (o *TestXsollaConfigOK) Error() string
func (*TestXsollaConfigOK) GetPayload ¶
func (o *TestXsollaConfigOK) GetPayload() *platformclientmodels.TestResult
type TestXsollaConfigParams ¶
type TestXsollaConfigParams struct { /*Body*/ Body *platformclientmodels.XsollaConfig Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
TestXsollaConfigParams contains all the parameters to send to the API endpoint for the test xsolla config operation typically these are written to a http.Request
func NewTestXsollaConfigParams ¶
func NewTestXsollaConfigParams() *TestXsollaConfigParams
NewTestXsollaConfigParams creates a new TestXsollaConfigParams object with the default values initialized.
func NewTestXsollaConfigParamsWithContext ¶
func NewTestXsollaConfigParamsWithContext(ctx context.Context) *TestXsollaConfigParams
NewTestXsollaConfigParamsWithContext creates a new TestXsollaConfigParams object with the default values initialized, and the ability to set a context for a request
func NewTestXsollaConfigParamsWithHTTPClient ¶
func NewTestXsollaConfigParamsWithHTTPClient(client *http.Client) *TestXsollaConfigParams
NewTestXsollaConfigParamsWithHTTPClient creates a new TestXsollaConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewTestXsollaConfigParamsWithTimeout ¶
func NewTestXsollaConfigParamsWithTimeout(timeout time.Duration) *TestXsollaConfigParams
NewTestXsollaConfigParamsWithTimeout creates a new TestXsollaConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*TestXsollaConfigParams) SetBody ¶
func (o *TestXsollaConfigParams) SetBody(body *platformclientmodels.XsollaConfig)
SetBody adds the body to the test xsolla config params
func (*TestXsollaConfigParams) SetContext ¶
func (o *TestXsollaConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the test xsolla config params
func (*TestXsollaConfigParams) SetHTTPClient ¶
func (o *TestXsollaConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the test xsolla config params
func (*TestXsollaConfigParams) SetTimeout ¶
func (o *TestXsollaConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the test xsolla config params
func (*TestXsollaConfigParams) WithBody ¶
func (o *TestXsollaConfigParams) WithBody(body *platformclientmodels.XsollaConfig) *TestXsollaConfigParams
WithBody adds the body to the test xsolla config params
func (*TestXsollaConfigParams) WithContext ¶
func (o *TestXsollaConfigParams) WithContext(ctx context.Context) *TestXsollaConfigParams
WithContext adds the context to the test xsolla config params
func (*TestXsollaConfigParams) WithHTTPClient ¶
func (o *TestXsollaConfigParams) WithHTTPClient(client *http.Client) *TestXsollaConfigParams
WithHTTPClient adds the HTTPClient to the test xsolla config params
func (*TestXsollaConfigParams) WithTimeout ¶
func (o *TestXsollaConfigParams) WithTimeout(timeout time.Duration) *TestXsollaConfigParams
WithTimeout adds the timeout to the test xsolla config params
func (*TestXsollaConfigParams) WriteToRequest ¶
func (o *TestXsollaConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type TestXsollaConfigReader ¶
type TestXsollaConfigReader struct {
// contains filtered or unexported fields
}
TestXsollaConfigReader is a Reader for the TestXsollaConfig structure.
func (*TestXsollaConfigReader) ReadResponse ¶
func (o *TestXsollaConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAdyenConfigNotFound ¶
type UpdateAdyenConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateAdyenConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateAdyenConfigNotFound ¶
func NewUpdateAdyenConfigNotFound() *UpdateAdyenConfigNotFound
NewUpdateAdyenConfigNotFound creates a UpdateAdyenConfigNotFound with default headers values
func (*UpdateAdyenConfigNotFound) Error ¶
func (o *UpdateAdyenConfigNotFound) Error() string
func (*UpdateAdyenConfigNotFound) GetPayload ¶
func (o *UpdateAdyenConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateAdyenConfigOK ¶
type UpdateAdyenConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateAdyenConfigOK handles this case with default header values.
successful operation
func NewUpdateAdyenConfigOK ¶
func NewUpdateAdyenConfigOK() *UpdateAdyenConfigOK
NewUpdateAdyenConfigOK creates a UpdateAdyenConfigOK with default headers values
func (*UpdateAdyenConfigOK) Error ¶
func (o *UpdateAdyenConfigOK) Error() string
func (*UpdateAdyenConfigOK) GetPayload ¶
func (o *UpdateAdyenConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateAdyenConfigParams ¶
type UpdateAdyenConfigParams struct { /*Body*/ Body *platformclientmodels.AdyenConfig /*ID*/ ID string /*Sandbox*/ Sandbox *bool /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAdyenConfigParams contains all the parameters to send to the API endpoint for the update adyen config operation typically these are written to a http.Request
func NewUpdateAdyenConfigParams ¶
func NewUpdateAdyenConfigParams() *UpdateAdyenConfigParams
NewUpdateAdyenConfigParams creates a new UpdateAdyenConfigParams object with the default values initialized.
func NewUpdateAdyenConfigParamsWithContext ¶
func NewUpdateAdyenConfigParamsWithContext(ctx context.Context) *UpdateAdyenConfigParams
NewUpdateAdyenConfigParamsWithContext creates a new UpdateAdyenConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAdyenConfigParamsWithHTTPClient ¶
func NewUpdateAdyenConfigParamsWithHTTPClient(client *http.Client) *UpdateAdyenConfigParams
NewUpdateAdyenConfigParamsWithHTTPClient creates a new UpdateAdyenConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAdyenConfigParamsWithTimeout ¶
func NewUpdateAdyenConfigParamsWithTimeout(timeout time.Duration) *UpdateAdyenConfigParams
NewUpdateAdyenConfigParamsWithTimeout creates a new UpdateAdyenConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAdyenConfigParams) SetBody ¶
func (o *UpdateAdyenConfigParams) SetBody(body *platformclientmodels.AdyenConfig)
SetBody adds the body to the update adyen config params
func (*UpdateAdyenConfigParams) SetContext ¶
func (o *UpdateAdyenConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update adyen config params
func (*UpdateAdyenConfigParams) SetHTTPClient ¶
func (o *UpdateAdyenConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update adyen config params
func (*UpdateAdyenConfigParams) SetID ¶
func (o *UpdateAdyenConfigParams) SetID(id string)
SetID adds the id to the update adyen config params
func (*UpdateAdyenConfigParams) SetSandbox ¶
func (o *UpdateAdyenConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the update adyen config params
func (*UpdateAdyenConfigParams) SetTimeout ¶
func (o *UpdateAdyenConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update adyen config params
func (*UpdateAdyenConfigParams) SetValidate ¶
func (o *UpdateAdyenConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update adyen config params
func (*UpdateAdyenConfigParams) WithBody ¶
func (o *UpdateAdyenConfigParams) WithBody(body *platformclientmodels.AdyenConfig) *UpdateAdyenConfigParams
WithBody adds the body to the update adyen config params
func (*UpdateAdyenConfigParams) WithContext ¶
func (o *UpdateAdyenConfigParams) WithContext(ctx context.Context) *UpdateAdyenConfigParams
WithContext adds the context to the update adyen config params
func (*UpdateAdyenConfigParams) WithHTTPClient ¶
func (o *UpdateAdyenConfigParams) WithHTTPClient(client *http.Client) *UpdateAdyenConfigParams
WithHTTPClient adds the HTTPClient to the update adyen config params
func (*UpdateAdyenConfigParams) WithID ¶
func (o *UpdateAdyenConfigParams) WithID(id string) *UpdateAdyenConfigParams
WithID adds the id to the update adyen config params
func (*UpdateAdyenConfigParams) WithSandbox ¶
func (o *UpdateAdyenConfigParams) WithSandbox(sandbox *bool) *UpdateAdyenConfigParams
WithSandbox adds the sandbox to the update adyen config params
func (*UpdateAdyenConfigParams) WithTimeout ¶
func (o *UpdateAdyenConfigParams) WithTimeout(timeout time.Duration) *UpdateAdyenConfigParams
WithTimeout adds the timeout to the update adyen config params
func (*UpdateAdyenConfigParams) WithValidate ¶
func (o *UpdateAdyenConfigParams) WithValidate(validate *bool) *UpdateAdyenConfigParams
WithValidate adds the validate to the update adyen config params
func (*UpdateAdyenConfigParams) WriteToRequest ¶
func (o *UpdateAdyenConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAdyenConfigReader ¶
type UpdateAdyenConfigReader struct {
// contains filtered or unexported fields
}
UpdateAdyenConfigReader is a Reader for the UpdateAdyenConfig structure.
func (*UpdateAdyenConfigReader) ReadResponse ¶
func (o *UpdateAdyenConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAliPayConfigNotFound ¶
type UpdateAliPayConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateAliPayConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateAliPayConfigNotFound ¶
func NewUpdateAliPayConfigNotFound() *UpdateAliPayConfigNotFound
NewUpdateAliPayConfigNotFound creates a UpdateAliPayConfigNotFound with default headers values
func (*UpdateAliPayConfigNotFound) Error ¶
func (o *UpdateAliPayConfigNotFound) Error() string
func (*UpdateAliPayConfigNotFound) GetPayload ¶
func (o *UpdateAliPayConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateAliPayConfigOK ¶
type UpdateAliPayConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateAliPayConfigOK handles this case with default header values.
successful operation
func NewUpdateAliPayConfigOK ¶
func NewUpdateAliPayConfigOK() *UpdateAliPayConfigOK
NewUpdateAliPayConfigOK creates a UpdateAliPayConfigOK with default headers values
func (*UpdateAliPayConfigOK) Error ¶
func (o *UpdateAliPayConfigOK) Error() string
func (*UpdateAliPayConfigOK) GetPayload ¶
func (o *UpdateAliPayConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateAliPayConfigParams ¶
type UpdateAliPayConfigParams struct { /*Body*/ Body *platformclientmodels.AliPayConfig /*ID*/ ID string /*Sandbox*/ Sandbox *bool /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAliPayConfigParams contains all the parameters to send to the API endpoint for the update ali pay config operation typically these are written to a http.Request
func NewUpdateAliPayConfigParams ¶
func NewUpdateAliPayConfigParams() *UpdateAliPayConfigParams
NewUpdateAliPayConfigParams creates a new UpdateAliPayConfigParams object with the default values initialized.
func NewUpdateAliPayConfigParamsWithContext ¶
func NewUpdateAliPayConfigParamsWithContext(ctx context.Context) *UpdateAliPayConfigParams
NewUpdateAliPayConfigParamsWithContext creates a new UpdateAliPayConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateAliPayConfigParamsWithHTTPClient ¶
func NewUpdateAliPayConfigParamsWithHTTPClient(client *http.Client) *UpdateAliPayConfigParams
NewUpdateAliPayConfigParamsWithHTTPClient creates a new UpdateAliPayConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateAliPayConfigParamsWithTimeout ¶
func NewUpdateAliPayConfigParamsWithTimeout(timeout time.Duration) *UpdateAliPayConfigParams
NewUpdateAliPayConfigParamsWithTimeout creates a new UpdateAliPayConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateAliPayConfigParams) SetBody ¶
func (o *UpdateAliPayConfigParams) SetBody(body *platformclientmodels.AliPayConfig)
SetBody adds the body to the update ali pay config params
func (*UpdateAliPayConfigParams) SetContext ¶
func (o *UpdateAliPayConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update ali pay config params
func (*UpdateAliPayConfigParams) SetHTTPClient ¶
func (o *UpdateAliPayConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update ali pay config params
func (*UpdateAliPayConfigParams) SetID ¶
func (o *UpdateAliPayConfigParams) SetID(id string)
SetID adds the id to the update ali pay config params
func (*UpdateAliPayConfigParams) SetSandbox ¶
func (o *UpdateAliPayConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the update ali pay config params
func (*UpdateAliPayConfigParams) SetTimeout ¶
func (o *UpdateAliPayConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update ali pay config params
func (*UpdateAliPayConfigParams) SetValidate ¶
func (o *UpdateAliPayConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update ali pay config params
func (*UpdateAliPayConfigParams) WithBody ¶
func (o *UpdateAliPayConfigParams) WithBody(body *platformclientmodels.AliPayConfig) *UpdateAliPayConfigParams
WithBody adds the body to the update ali pay config params
func (*UpdateAliPayConfigParams) WithContext ¶
func (o *UpdateAliPayConfigParams) WithContext(ctx context.Context) *UpdateAliPayConfigParams
WithContext adds the context to the update ali pay config params
func (*UpdateAliPayConfigParams) WithHTTPClient ¶
func (o *UpdateAliPayConfigParams) WithHTTPClient(client *http.Client) *UpdateAliPayConfigParams
WithHTTPClient adds the HTTPClient to the update ali pay config params
func (*UpdateAliPayConfigParams) WithID ¶
func (o *UpdateAliPayConfigParams) WithID(id string) *UpdateAliPayConfigParams
WithID adds the id to the update ali pay config params
func (*UpdateAliPayConfigParams) WithSandbox ¶
func (o *UpdateAliPayConfigParams) WithSandbox(sandbox *bool) *UpdateAliPayConfigParams
WithSandbox adds the sandbox to the update ali pay config params
func (*UpdateAliPayConfigParams) WithTimeout ¶
func (o *UpdateAliPayConfigParams) WithTimeout(timeout time.Duration) *UpdateAliPayConfigParams
WithTimeout adds the timeout to the update ali pay config params
func (*UpdateAliPayConfigParams) WithValidate ¶
func (o *UpdateAliPayConfigParams) WithValidate(validate *bool) *UpdateAliPayConfigParams
WithValidate adds the validate to the update ali pay config params
func (*UpdateAliPayConfigParams) WriteToRequest ¶
func (o *UpdateAliPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAliPayConfigReader ¶
type UpdateAliPayConfigReader struct {
// contains filtered or unexported fields
}
UpdateAliPayConfigReader is a Reader for the UpdateAliPayConfig structure.
func (*UpdateAliPayConfigReader) ReadResponse ¶
func (o *UpdateAliPayConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateCheckoutConfigNotFound ¶
type UpdateCheckoutConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateCheckoutConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateCheckoutConfigNotFound ¶
func NewUpdateCheckoutConfigNotFound() *UpdateCheckoutConfigNotFound
NewUpdateCheckoutConfigNotFound creates a UpdateCheckoutConfigNotFound with default headers values
func (*UpdateCheckoutConfigNotFound) Error ¶
func (o *UpdateCheckoutConfigNotFound) Error() string
func (*UpdateCheckoutConfigNotFound) GetPayload ¶
func (o *UpdateCheckoutConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateCheckoutConfigOK ¶
type UpdateCheckoutConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateCheckoutConfigOK handles this case with default header values.
successful operation
func NewUpdateCheckoutConfigOK ¶
func NewUpdateCheckoutConfigOK() *UpdateCheckoutConfigOK
NewUpdateCheckoutConfigOK creates a UpdateCheckoutConfigOK with default headers values
func (*UpdateCheckoutConfigOK) Error ¶
func (o *UpdateCheckoutConfigOK) Error() string
func (*UpdateCheckoutConfigOK) GetPayload ¶
func (o *UpdateCheckoutConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateCheckoutConfigParams ¶
type UpdateCheckoutConfigParams struct { /*Body*/ Body *platformclientmodels.CheckoutConfig /*ID*/ ID string /*Sandbox*/ Sandbox *bool /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateCheckoutConfigParams contains all the parameters to send to the API endpoint for the update checkout config operation typically these are written to a http.Request
func NewUpdateCheckoutConfigParams ¶
func NewUpdateCheckoutConfigParams() *UpdateCheckoutConfigParams
NewUpdateCheckoutConfigParams creates a new UpdateCheckoutConfigParams object with the default values initialized.
func NewUpdateCheckoutConfigParamsWithContext ¶
func NewUpdateCheckoutConfigParamsWithContext(ctx context.Context) *UpdateCheckoutConfigParams
NewUpdateCheckoutConfigParamsWithContext creates a new UpdateCheckoutConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateCheckoutConfigParamsWithHTTPClient ¶
func NewUpdateCheckoutConfigParamsWithHTTPClient(client *http.Client) *UpdateCheckoutConfigParams
NewUpdateCheckoutConfigParamsWithHTTPClient creates a new UpdateCheckoutConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateCheckoutConfigParamsWithTimeout ¶
func NewUpdateCheckoutConfigParamsWithTimeout(timeout time.Duration) *UpdateCheckoutConfigParams
NewUpdateCheckoutConfigParamsWithTimeout creates a new UpdateCheckoutConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateCheckoutConfigParams) SetBody ¶
func (o *UpdateCheckoutConfigParams) SetBody(body *platformclientmodels.CheckoutConfig)
SetBody adds the body to the update checkout config params
func (*UpdateCheckoutConfigParams) SetContext ¶
func (o *UpdateCheckoutConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update checkout config params
func (*UpdateCheckoutConfigParams) SetHTTPClient ¶
func (o *UpdateCheckoutConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update checkout config params
func (*UpdateCheckoutConfigParams) SetID ¶
func (o *UpdateCheckoutConfigParams) SetID(id string)
SetID adds the id to the update checkout config params
func (*UpdateCheckoutConfigParams) SetSandbox ¶
func (o *UpdateCheckoutConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the update checkout config params
func (*UpdateCheckoutConfigParams) SetTimeout ¶
func (o *UpdateCheckoutConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update checkout config params
func (*UpdateCheckoutConfigParams) SetValidate ¶
func (o *UpdateCheckoutConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update checkout config params
func (*UpdateCheckoutConfigParams) WithBody ¶
func (o *UpdateCheckoutConfigParams) WithBody(body *platformclientmodels.CheckoutConfig) *UpdateCheckoutConfigParams
WithBody adds the body to the update checkout config params
func (*UpdateCheckoutConfigParams) WithContext ¶
func (o *UpdateCheckoutConfigParams) WithContext(ctx context.Context) *UpdateCheckoutConfigParams
WithContext adds the context to the update checkout config params
func (*UpdateCheckoutConfigParams) WithHTTPClient ¶
func (o *UpdateCheckoutConfigParams) WithHTTPClient(client *http.Client) *UpdateCheckoutConfigParams
WithHTTPClient adds the HTTPClient to the update checkout config params
func (*UpdateCheckoutConfigParams) WithID ¶
func (o *UpdateCheckoutConfigParams) WithID(id string) *UpdateCheckoutConfigParams
WithID adds the id to the update checkout config params
func (*UpdateCheckoutConfigParams) WithSandbox ¶
func (o *UpdateCheckoutConfigParams) WithSandbox(sandbox *bool) *UpdateCheckoutConfigParams
WithSandbox adds the sandbox to the update checkout config params
func (*UpdateCheckoutConfigParams) WithTimeout ¶
func (o *UpdateCheckoutConfigParams) WithTimeout(timeout time.Duration) *UpdateCheckoutConfigParams
WithTimeout adds the timeout to the update checkout config params
func (*UpdateCheckoutConfigParams) WithValidate ¶
func (o *UpdateCheckoutConfigParams) WithValidate(validate *bool) *UpdateCheckoutConfigParams
WithValidate adds the validate to the update checkout config params
func (*UpdateCheckoutConfigParams) WriteToRequest ¶
func (o *UpdateCheckoutConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateCheckoutConfigReader ¶
type UpdateCheckoutConfigReader struct {
// contains filtered or unexported fields
}
UpdateCheckoutConfigReader is a Reader for the UpdateCheckoutConfig structure.
func (*UpdateCheckoutConfigReader) ReadResponse ¶
func (o *UpdateCheckoutConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePayPalConfigNotFound ¶
type UpdatePayPalConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdatePayPalConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdatePayPalConfigNotFound ¶
func NewUpdatePayPalConfigNotFound() *UpdatePayPalConfigNotFound
NewUpdatePayPalConfigNotFound creates a UpdatePayPalConfigNotFound with default headers values
func (*UpdatePayPalConfigNotFound) Error ¶
func (o *UpdatePayPalConfigNotFound) Error() string
func (*UpdatePayPalConfigNotFound) GetPayload ¶
func (o *UpdatePayPalConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdatePayPalConfigOK ¶
type UpdatePayPalConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdatePayPalConfigOK handles this case with default header values.
successful operation
func NewUpdatePayPalConfigOK ¶
func NewUpdatePayPalConfigOK() *UpdatePayPalConfigOK
NewUpdatePayPalConfigOK creates a UpdatePayPalConfigOK with default headers values
func (*UpdatePayPalConfigOK) Error ¶
func (o *UpdatePayPalConfigOK) Error() string
func (*UpdatePayPalConfigOK) GetPayload ¶
func (o *UpdatePayPalConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdatePayPalConfigParams ¶
type UpdatePayPalConfigParams struct { /*Body*/ Body *platformclientmodels.PayPalConfig /*ID*/ ID string /*Sandbox*/ Sandbox *bool /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePayPalConfigParams contains all the parameters to send to the API endpoint for the update pay pal config operation typically these are written to a http.Request
func NewUpdatePayPalConfigParams ¶
func NewUpdatePayPalConfigParams() *UpdatePayPalConfigParams
NewUpdatePayPalConfigParams creates a new UpdatePayPalConfigParams object with the default values initialized.
func NewUpdatePayPalConfigParamsWithContext ¶
func NewUpdatePayPalConfigParamsWithContext(ctx context.Context) *UpdatePayPalConfigParams
NewUpdatePayPalConfigParamsWithContext creates a new UpdatePayPalConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePayPalConfigParamsWithHTTPClient ¶
func NewUpdatePayPalConfigParamsWithHTTPClient(client *http.Client) *UpdatePayPalConfigParams
NewUpdatePayPalConfigParamsWithHTTPClient creates a new UpdatePayPalConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePayPalConfigParamsWithTimeout ¶
func NewUpdatePayPalConfigParamsWithTimeout(timeout time.Duration) *UpdatePayPalConfigParams
NewUpdatePayPalConfigParamsWithTimeout creates a new UpdatePayPalConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePayPalConfigParams) SetBody ¶
func (o *UpdatePayPalConfigParams) SetBody(body *platformclientmodels.PayPalConfig)
SetBody adds the body to the update pay pal config params
func (*UpdatePayPalConfigParams) SetContext ¶
func (o *UpdatePayPalConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update pay pal config params
func (*UpdatePayPalConfigParams) SetHTTPClient ¶
func (o *UpdatePayPalConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update pay pal config params
func (*UpdatePayPalConfigParams) SetID ¶
func (o *UpdatePayPalConfigParams) SetID(id string)
SetID adds the id to the update pay pal config params
func (*UpdatePayPalConfigParams) SetSandbox ¶
func (o *UpdatePayPalConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the update pay pal config params
func (*UpdatePayPalConfigParams) SetTimeout ¶
func (o *UpdatePayPalConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update pay pal config params
func (*UpdatePayPalConfigParams) SetValidate ¶
func (o *UpdatePayPalConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update pay pal config params
func (*UpdatePayPalConfigParams) WithBody ¶
func (o *UpdatePayPalConfigParams) WithBody(body *platformclientmodels.PayPalConfig) *UpdatePayPalConfigParams
WithBody adds the body to the update pay pal config params
func (*UpdatePayPalConfigParams) WithContext ¶
func (o *UpdatePayPalConfigParams) WithContext(ctx context.Context) *UpdatePayPalConfigParams
WithContext adds the context to the update pay pal config params
func (*UpdatePayPalConfigParams) WithHTTPClient ¶
func (o *UpdatePayPalConfigParams) WithHTTPClient(client *http.Client) *UpdatePayPalConfigParams
WithHTTPClient adds the HTTPClient to the update pay pal config params
func (*UpdatePayPalConfigParams) WithID ¶
func (o *UpdatePayPalConfigParams) WithID(id string) *UpdatePayPalConfigParams
WithID adds the id to the update pay pal config params
func (*UpdatePayPalConfigParams) WithSandbox ¶
func (o *UpdatePayPalConfigParams) WithSandbox(sandbox *bool) *UpdatePayPalConfigParams
WithSandbox adds the sandbox to the update pay pal config params
func (*UpdatePayPalConfigParams) WithTimeout ¶
func (o *UpdatePayPalConfigParams) WithTimeout(timeout time.Duration) *UpdatePayPalConfigParams
WithTimeout adds the timeout to the update pay pal config params
func (*UpdatePayPalConfigParams) WithValidate ¶
func (o *UpdatePayPalConfigParams) WithValidate(validate *bool) *UpdatePayPalConfigParams
WithValidate adds the validate to the update pay pal config params
func (*UpdatePayPalConfigParams) WriteToRequest ¶
func (o *UpdatePayPalConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePayPalConfigReader ¶
type UpdatePayPalConfigReader struct {
// contains filtered or unexported fields
}
UpdatePayPalConfigReader is a Reader for the UpdatePayPalConfig structure.
func (*UpdatePayPalConfigReader) ReadResponse ¶
func (o *UpdatePayPalConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePaymentProviderConfigBadRequest ¶
type UpdatePaymentProviderConfigBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
UpdatePaymentProviderConfigBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33221</td><td>TaxJar api token required</td></tr></table>
func NewUpdatePaymentProviderConfigBadRequest ¶
func NewUpdatePaymentProviderConfigBadRequest() *UpdatePaymentProviderConfigBadRequest
NewUpdatePaymentProviderConfigBadRequest creates a UpdatePaymentProviderConfigBadRequest with default headers values
func (*UpdatePaymentProviderConfigBadRequest) Error ¶
func (o *UpdatePaymentProviderConfigBadRequest) Error() string
func (*UpdatePaymentProviderConfigBadRequest) GetPayload ¶
func (o *UpdatePaymentProviderConfigBadRequest) GetPayload() *platformclientmodels.ErrorEntity
type UpdatePaymentProviderConfigConflict ¶
type UpdatePaymentProviderConfigConflict struct {
Payload *platformclientmodels.ErrorEntity
}
UpdatePaymentProviderConfigConflict handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33271</td><td>Payment provider config for namespace [{namespace}] and region [{region}] already exists</td></tr></table>
func NewUpdatePaymentProviderConfigConflict ¶
func NewUpdatePaymentProviderConfigConflict() *UpdatePaymentProviderConfigConflict
NewUpdatePaymentProviderConfigConflict creates a UpdatePaymentProviderConfigConflict with default headers values
func (*UpdatePaymentProviderConfigConflict) Error ¶
func (o *UpdatePaymentProviderConfigConflict) Error() string
func (*UpdatePaymentProviderConfigConflict) GetPayload ¶
func (o *UpdatePaymentProviderConfigConflict) GetPayload() *platformclientmodels.ErrorEntity
type UpdatePaymentProviderConfigNotFound ¶
type UpdatePaymentProviderConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdatePaymentProviderConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33241</td><td>Payment provider config [{id}] does not exist</td></tr></table>
func NewUpdatePaymentProviderConfigNotFound ¶
func NewUpdatePaymentProviderConfigNotFound() *UpdatePaymentProviderConfigNotFound
NewUpdatePaymentProviderConfigNotFound creates a UpdatePaymentProviderConfigNotFound with default headers values
func (*UpdatePaymentProviderConfigNotFound) Error ¶
func (o *UpdatePaymentProviderConfigNotFound) Error() string
func (*UpdatePaymentProviderConfigNotFound) GetPayload ¶
func (o *UpdatePaymentProviderConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdatePaymentProviderConfigOK ¶
type UpdatePaymentProviderConfigOK struct {
Payload *platformclientmodels.PaymentProviderConfigInfo
}
UpdatePaymentProviderConfigOK handles this case with default header values.
successful operation
func NewUpdatePaymentProviderConfigOK ¶
func NewUpdatePaymentProviderConfigOK() *UpdatePaymentProviderConfigOK
NewUpdatePaymentProviderConfigOK creates a UpdatePaymentProviderConfigOK with default headers values
func (*UpdatePaymentProviderConfigOK) Error ¶
func (o *UpdatePaymentProviderConfigOK) Error() string
func (*UpdatePaymentProviderConfigOK) GetPayload ¶
func (o *UpdatePaymentProviderConfigOK) GetPayload() *platformclientmodels.PaymentProviderConfigInfo
type UpdatePaymentProviderConfigParams ¶
type UpdatePaymentProviderConfigParams struct { /*Body*/ Body *platformclientmodels.PaymentProviderConfigEdit /*ID id */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePaymentProviderConfigParams contains all the parameters to send to the API endpoint for the update payment provider config operation typically these are written to a http.Request
func NewUpdatePaymentProviderConfigParams ¶
func NewUpdatePaymentProviderConfigParams() *UpdatePaymentProviderConfigParams
NewUpdatePaymentProviderConfigParams creates a new UpdatePaymentProviderConfigParams object with the default values initialized.
func NewUpdatePaymentProviderConfigParamsWithContext ¶
func NewUpdatePaymentProviderConfigParamsWithContext(ctx context.Context) *UpdatePaymentProviderConfigParams
NewUpdatePaymentProviderConfigParamsWithContext creates a new UpdatePaymentProviderConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePaymentProviderConfigParamsWithHTTPClient ¶
func NewUpdatePaymentProviderConfigParamsWithHTTPClient(client *http.Client) *UpdatePaymentProviderConfigParams
NewUpdatePaymentProviderConfigParamsWithHTTPClient creates a new UpdatePaymentProviderConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePaymentProviderConfigParamsWithTimeout ¶
func NewUpdatePaymentProviderConfigParamsWithTimeout(timeout time.Duration) *UpdatePaymentProviderConfigParams
NewUpdatePaymentProviderConfigParamsWithTimeout creates a new UpdatePaymentProviderConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePaymentProviderConfigParams) SetBody ¶
func (o *UpdatePaymentProviderConfigParams) SetBody(body *platformclientmodels.PaymentProviderConfigEdit)
SetBody adds the body to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) SetContext ¶
func (o *UpdatePaymentProviderConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) SetHTTPClient ¶
func (o *UpdatePaymentProviderConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) SetID ¶
func (o *UpdatePaymentProviderConfigParams) SetID(id string)
SetID adds the id to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) SetTimeout ¶
func (o *UpdatePaymentProviderConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WithBody ¶
func (o *UpdatePaymentProviderConfigParams) WithBody(body *platformclientmodels.PaymentProviderConfigEdit) *UpdatePaymentProviderConfigParams
WithBody adds the body to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WithContext ¶
func (o *UpdatePaymentProviderConfigParams) WithContext(ctx context.Context) *UpdatePaymentProviderConfigParams
WithContext adds the context to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WithHTTPClient ¶
func (o *UpdatePaymentProviderConfigParams) WithHTTPClient(client *http.Client) *UpdatePaymentProviderConfigParams
WithHTTPClient adds the HTTPClient to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WithID ¶
func (o *UpdatePaymentProviderConfigParams) WithID(id string) *UpdatePaymentProviderConfigParams
WithID adds the id to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WithTimeout ¶
func (o *UpdatePaymentProviderConfigParams) WithTimeout(timeout time.Duration) *UpdatePaymentProviderConfigParams
WithTimeout adds the timeout to the update payment provider config params
func (*UpdatePaymentProviderConfigParams) WriteToRequest ¶
func (o *UpdatePaymentProviderConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePaymentProviderConfigReader ¶
type UpdatePaymentProviderConfigReader struct {
// contains filtered or unexported fields
}
UpdatePaymentProviderConfigReader is a Reader for the UpdatePaymentProviderConfig structure.
func (*UpdatePaymentProviderConfigReader) ReadResponse ¶
func (o *UpdatePaymentProviderConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePaymentProviderConfigUnprocessableEntity ¶
type UpdatePaymentProviderConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdatePaymentProviderConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdatePaymentProviderConfigUnprocessableEntity ¶
func NewUpdatePaymentProviderConfigUnprocessableEntity() *UpdatePaymentProviderConfigUnprocessableEntity
NewUpdatePaymentProviderConfigUnprocessableEntity creates a UpdatePaymentProviderConfigUnprocessableEntity with default headers values
func (*UpdatePaymentProviderConfigUnprocessableEntity) Error ¶
func (o *UpdatePaymentProviderConfigUnprocessableEntity) Error() string
func (*UpdatePaymentProviderConfigUnprocessableEntity) GetPayload ¶
func (o *UpdatePaymentProviderConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
type UpdatePaymentTaxConfigBadRequest ¶
type UpdatePaymentTaxConfigBadRequest struct {
Payload *platformclientmodels.ErrorEntity
}
UpdatePaymentTaxConfigBadRequest handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33221</td><td>TaxJar api token required</td></tr></table>
func NewUpdatePaymentTaxConfigBadRequest ¶
func NewUpdatePaymentTaxConfigBadRequest() *UpdatePaymentTaxConfigBadRequest
NewUpdatePaymentTaxConfigBadRequest creates a UpdatePaymentTaxConfigBadRequest with default headers values
func (*UpdatePaymentTaxConfigBadRequest) Error ¶
func (o *UpdatePaymentTaxConfigBadRequest) Error() string
func (*UpdatePaymentTaxConfigBadRequest) GetPayload ¶
func (o *UpdatePaymentTaxConfigBadRequest) GetPayload() *platformclientmodels.ErrorEntity
type UpdatePaymentTaxConfigOK ¶
type UpdatePaymentTaxConfigOK struct {
Payload *platformclientmodels.PaymentTaxConfigInfo
}
UpdatePaymentTaxConfigOK handles this case with default header values.
successful operation
func NewUpdatePaymentTaxConfigOK ¶
func NewUpdatePaymentTaxConfigOK() *UpdatePaymentTaxConfigOK
NewUpdatePaymentTaxConfigOK creates a UpdatePaymentTaxConfigOK with default headers values
func (*UpdatePaymentTaxConfigOK) Error ¶
func (o *UpdatePaymentTaxConfigOK) Error() string
func (*UpdatePaymentTaxConfigOK) GetPayload ¶
func (o *UpdatePaymentTaxConfigOK) GetPayload() *platformclientmodels.PaymentTaxConfigInfo
type UpdatePaymentTaxConfigParams ¶
type UpdatePaymentTaxConfigParams struct { /*Body*/ Body *platformclientmodels.PaymentTaxConfigEdit Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdatePaymentTaxConfigParams contains all the parameters to send to the API endpoint for the update payment tax config operation typically these are written to a http.Request
func NewUpdatePaymentTaxConfigParams ¶
func NewUpdatePaymentTaxConfigParams() *UpdatePaymentTaxConfigParams
NewUpdatePaymentTaxConfigParams creates a new UpdatePaymentTaxConfigParams object with the default values initialized.
func NewUpdatePaymentTaxConfigParamsWithContext ¶
func NewUpdatePaymentTaxConfigParamsWithContext(ctx context.Context) *UpdatePaymentTaxConfigParams
NewUpdatePaymentTaxConfigParamsWithContext creates a new UpdatePaymentTaxConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdatePaymentTaxConfigParamsWithHTTPClient ¶
func NewUpdatePaymentTaxConfigParamsWithHTTPClient(client *http.Client) *UpdatePaymentTaxConfigParams
NewUpdatePaymentTaxConfigParamsWithHTTPClient creates a new UpdatePaymentTaxConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdatePaymentTaxConfigParamsWithTimeout ¶
func NewUpdatePaymentTaxConfigParamsWithTimeout(timeout time.Duration) *UpdatePaymentTaxConfigParams
NewUpdatePaymentTaxConfigParamsWithTimeout creates a new UpdatePaymentTaxConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdatePaymentTaxConfigParams) SetBody ¶
func (o *UpdatePaymentTaxConfigParams) SetBody(body *platformclientmodels.PaymentTaxConfigEdit)
SetBody adds the body to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) SetContext ¶
func (o *UpdatePaymentTaxConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) SetHTTPClient ¶
func (o *UpdatePaymentTaxConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) SetTimeout ¶
func (o *UpdatePaymentTaxConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) WithBody ¶
func (o *UpdatePaymentTaxConfigParams) WithBody(body *platformclientmodels.PaymentTaxConfigEdit) *UpdatePaymentTaxConfigParams
WithBody adds the body to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) WithContext ¶
func (o *UpdatePaymentTaxConfigParams) WithContext(ctx context.Context) *UpdatePaymentTaxConfigParams
WithContext adds the context to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) WithHTTPClient ¶
func (o *UpdatePaymentTaxConfigParams) WithHTTPClient(client *http.Client) *UpdatePaymentTaxConfigParams
WithHTTPClient adds the HTTPClient to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) WithTimeout ¶
func (o *UpdatePaymentTaxConfigParams) WithTimeout(timeout time.Duration) *UpdatePaymentTaxConfigParams
WithTimeout adds the timeout to the update payment tax config params
func (*UpdatePaymentTaxConfigParams) WriteToRequest ¶
func (o *UpdatePaymentTaxConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdatePaymentTaxConfigReader ¶
type UpdatePaymentTaxConfigReader struct {
// contains filtered or unexported fields
}
UpdatePaymentTaxConfigReader is a Reader for the UpdatePaymentTaxConfig structure.
func (*UpdatePaymentTaxConfigReader) ReadResponse ¶
func (o *UpdatePaymentTaxConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdatePaymentTaxConfigUnprocessableEntity ¶
type UpdatePaymentTaxConfigUnprocessableEntity struct {
Payload *platformclientmodels.ValidationErrorEntity
}
UpdatePaymentTaxConfigUnprocessableEntity handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>20002</td><td>validation error</td></tr></table>
func NewUpdatePaymentTaxConfigUnprocessableEntity ¶
func NewUpdatePaymentTaxConfigUnprocessableEntity() *UpdatePaymentTaxConfigUnprocessableEntity
NewUpdatePaymentTaxConfigUnprocessableEntity creates a UpdatePaymentTaxConfigUnprocessableEntity with default headers values
func (*UpdatePaymentTaxConfigUnprocessableEntity) Error ¶
func (o *UpdatePaymentTaxConfigUnprocessableEntity) Error() string
func (*UpdatePaymentTaxConfigUnprocessableEntity) GetPayload ¶
func (o *UpdatePaymentTaxConfigUnprocessableEntity) GetPayload() *platformclientmodels.ValidationErrorEntity
type UpdateStripeConfigNotFound ¶
type UpdateStripeConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateStripeConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateStripeConfigNotFound ¶
func NewUpdateStripeConfigNotFound() *UpdateStripeConfigNotFound
NewUpdateStripeConfigNotFound creates a UpdateStripeConfigNotFound with default headers values
func (*UpdateStripeConfigNotFound) Error ¶
func (o *UpdateStripeConfigNotFound) Error() string
func (*UpdateStripeConfigNotFound) GetPayload ¶
func (o *UpdateStripeConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateStripeConfigOK ¶
type UpdateStripeConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateStripeConfigOK handles this case with default header values.
successful operation
func NewUpdateStripeConfigOK ¶
func NewUpdateStripeConfigOK() *UpdateStripeConfigOK
NewUpdateStripeConfigOK creates a UpdateStripeConfigOK with default headers values
func (*UpdateStripeConfigOK) Error ¶
func (o *UpdateStripeConfigOK) Error() string
func (*UpdateStripeConfigOK) GetPayload ¶
func (o *UpdateStripeConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateStripeConfigParams ¶
type UpdateStripeConfigParams struct { /*Body*/ Body *platformclientmodels.StripeConfig /*ID*/ ID string /*Sandbox*/ Sandbox *bool /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateStripeConfigParams contains all the parameters to send to the API endpoint for the update stripe config operation typically these are written to a http.Request
func NewUpdateStripeConfigParams ¶
func NewUpdateStripeConfigParams() *UpdateStripeConfigParams
NewUpdateStripeConfigParams creates a new UpdateStripeConfigParams object with the default values initialized.
func NewUpdateStripeConfigParamsWithContext ¶
func NewUpdateStripeConfigParamsWithContext(ctx context.Context) *UpdateStripeConfigParams
NewUpdateStripeConfigParamsWithContext creates a new UpdateStripeConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateStripeConfigParamsWithHTTPClient ¶
func NewUpdateStripeConfigParamsWithHTTPClient(client *http.Client) *UpdateStripeConfigParams
NewUpdateStripeConfigParamsWithHTTPClient creates a new UpdateStripeConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateStripeConfigParamsWithTimeout ¶
func NewUpdateStripeConfigParamsWithTimeout(timeout time.Duration) *UpdateStripeConfigParams
NewUpdateStripeConfigParamsWithTimeout creates a new UpdateStripeConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateStripeConfigParams) SetBody ¶
func (o *UpdateStripeConfigParams) SetBody(body *platformclientmodels.StripeConfig)
SetBody adds the body to the update stripe config params
func (*UpdateStripeConfigParams) SetContext ¶
func (o *UpdateStripeConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update stripe config params
func (*UpdateStripeConfigParams) SetHTTPClient ¶
func (o *UpdateStripeConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update stripe config params
func (*UpdateStripeConfigParams) SetID ¶
func (o *UpdateStripeConfigParams) SetID(id string)
SetID adds the id to the update stripe config params
func (*UpdateStripeConfigParams) SetSandbox ¶
func (o *UpdateStripeConfigParams) SetSandbox(sandbox *bool)
SetSandbox adds the sandbox to the update stripe config params
func (*UpdateStripeConfigParams) SetTimeout ¶
func (o *UpdateStripeConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update stripe config params
func (*UpdateStripeConfigParams) SetValidate ¶
func (o *UpdateStripeConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update stripe config params
func (*UpdateStripeConfigParams) WithBody ¶
func (o *UpdateStripeConfigParams) WithBody(body *platformclientmodels.StripeConfig) *UpdateStripeConfigParams
WithBody adds the body to the update stripe config params
func (*UpdateStripeConfigParams) WithContext ¶
func (o *UpdateStripeConfigParams) WithContext(ctx context.Context) *UpdateStripeConfigParams
WithContext adds the context to the update stripe config params
func (*UpdateStripeConfigParams) WithHTTPClient ¶
func (o *UpdateStripeConfigParams) WithHTTPClient(client *http.Client) *UpdateStripeConfigParams
WithHTTPClient adds the HTTPClient to the update stripe config params
func (*UpdateStripeConfigParams) WithID ¶
func (o *UpdateStripeConfigParams) WithID(id string) *UpdateStripeConfigParams
WithID adds the id to the update stripe config params
func (*UpdateStripeConfigParams) WithSandbox ¶
func (o *UpdateStripeConfigParams) WithSandbox(sandbox *bool) *UpdateStripeConfigParams
WithSandbox adds the sandbox to the update stripe config params
func (*UpdateStripeConfigParams) WithTimeout ¶
func (o *UpdateStripeConfigParams) WithTimeout(timeout time.Duration) *UpdateStripeConfigParams
WithTimeout adds the timeout to the update stripe config params
func (*UpdateStripeConfigParams) WithValidate ¶
func (o *UpdateStripeConfigParams) WithValidate(validate *bool) *UpdateStripeConfigParams
WithValidate adds the validate to the update stripe config params
func (*UpdateStripeConfigParams) WriteToRequest ¶
func (o *UpdateStripeConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateStripeConfigReader ¶
type UpdateStripeConfigReader struct {
// contains filtered or unexported fields
}
UpdateStripeConfigReader is a Reader for the UpdateStripeConfig structure.
func (*UpdateStripeConfigReader) ReadResponse ¶
func (o *UpdateStripeConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateWxPayConfigCertNotFound ¶
type UpdateWxPayConfigCertNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateWxPayConfigCertNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewUpdateWxPayConfigCertNotFound ¶
func NewUpdateWxPayConfigCertNotFound() *UpdateWxPayConfigCertNotFound
NewUpdateWxPayConfigCertNotFound creates a UpdateWxPayConfigCertNotFound with default headers values
func (*UpdateWxPayConfigCertNotFound) Error ¶
func (o *UpdateWxPayConfigCertNotFound) Error() string
func (*UpdateWxPayConfigCertNotFound) GetPayload ¶
func (o *UpdateWxPayConfigCertNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateWxPayConfigCertOK ¶
type UpdateWxPayConfigCertOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateWxPayConfigCertOK handles this case with default header values.
successful operation
func NewUpdateWxPayConfigCertOK ¶
func NewUpdateWxPayConfigCertOK() *UpdateWxPayConfigCertOK
NewUpdateWxPayConfigCertOK creates a UpdateWxPayConfigCertOK with default headers values
func (*UpdateWxPayConfigCertOK) Error ¶
func (o *UpdateWxPayConfigCertOK) Error() string
func (*UpdateWxPayConfigCertOK) GetPayload ¶
func (o *UpdateWxPayConfigCertOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateWxPayConfigCertParams ¶
type UpdateWxPayConfigCertParams struct { /*File*/ File runtime.NamedReadCloser /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateWxPayConfigCertParams contains all the parameters to send to the API endpoint for the update wx pay config cert operation typically these are written to a http.Request
func NewUpdateWxPayConfigCertParams ¶
func NewUpdateWxPayConfigCertParams() *UpdateWxPayConfigCertParams
NewUpdateWxPayConfigCertParams creates a new UpdateWxPayConfigCertParams object with the default values initialized.
func NewUpdateWxPayConfigCertParamsWithContext ¶
func NewUpdateWxPayConfigCertParamsWithContext(ctx context.Context) *UpdateWxPayConfigCertParams
NewUpdateWxPayConfigCertParamsWithContext creates a new UpdateWxPayConfigCertParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateWxPayConfigCertParamsWithHTTPClient ¶
func NewUpdateWxPayConfigCertParamsWithHTTPClient(client *http.Client) *UpdateWxPayConfigCertParams
NewUpdateWxPayConfigCertParamsWithHTTPClient creates a new UpdateWxPayConfigCertParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateWxPayConfigCertParamsWithTimeout ¶
func NewUpdateWxPayConfigCertParamsWithTimeout(timeout time.Duration) *UpdateWxPayConfigCertParams
NewUpdateWxPayConfigCertParamsWithTimeout creates a new UpdateWxPayConfigCertParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateWxPayConfigCertParams) SetContext ¶
func (o *UpdateWxPayConfigCertParams) SetContext(ctx context.Context)
SetContext adds the context to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) SetFile ¶
func (o *UpdateWxPayConfigCertParams) SetFile(file runtime.NamedReadCloser)
SetFile adds the file to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) SetHTTPClient ¶
func (o *UpdateWxPayConfigCertParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) SetID ¶
func (o *UpdateWxPayConfigCertParams) SetID(id string)
SetID adds the id to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) SetTimeout ¶
func (o *UpdateWxPayConfigCertParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WithContext ¶
func (o *UpdateWxPayConfigCertParams) WithContext(ctx context.Context) *UpdateWxPayConfigCertParams
WithContext adds the context to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WithFile ¶
func (o *UpdateWxPayConfigCertParams) WithFile(file runtime.NamedReadCloser) *UpdateWxPayConfigCertParams
WithFile adds the file to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WithHTTPClient ¶
func (o *UpdateWxPayConfigCertParams) WithHTTPClient(client *http.Client) *UpdateWxPayConfigCertParams
WithHTTPClient adds the HTTPClient to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WithID ¶
func (o *UpdateWxPayConfigCertParams) WithID(id string) *UpdateWxPayConfigCertParams
WithID adds the id to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WithTimeout ¶
func (o *UpdateWxPayConfigCertParams) WithTimeout(timeout time.Duration) *UpdateWxPayConfigCertParams
WithTimeout adds the timeout to the update wx pay config cert params
func (*UpdateWxPayConfigCertParams) WriteToRequest ¶
func (o *UpdateWxPayConfigCertParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateWxPayConfigCertReader ¶
type UpdateWxPayConfigCertReader struct {
// contains filtered or unexported fields
}
UpdateWxPayConfigCertReader is a Reader for the UpdateWxPayConfigCert structure.
func (*UpdateWxPayConfigCertReader) ReadResponse ¶
func (o *UpdateWxPayConfigCertReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateWxPayConfigNotFound ¶
type UpdateWxPayConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateWxPayConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateWxPayConfigNotFound ¶
func NewUpdateWxPayConfigNotFound() *UpdateWxPayConfigNotFound
NewUpdateWxPayConfigNotFound creates a UpdateWxPayConfigNotFound with default headers values
func (*UpdateWxPayConfigNotFound) Error ¶
func (o *UpdateWxPayConfigNotFound) Error() string
func (*UpdateWxPayConfigNotFound) GetPayload ¶
func (o *UpdateWxPayConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateWxPayConfigOK ¶
type UpdateWxPayConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateWxPayConfigOK handles this case with default header values.
successful operation
func NewUpdateWxPayConfigOK ¶
func NewUpdateWxPayConfigOK() *UpdateWxPayConfigOK
NewUpdateWxPayConfigOK creates a UpdateWxPayConfigOK with default headers values
func (*UpdateWxPayConfigOK) Error ¶
func (o *UpdateWxPayConfigOK) Error() string
func (*UpdateWxPayConfigOK) GetPayload ¶
func (o *UpdateWxPayConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateWxPayConfigParams ¶
type UpdateWxPayConfigParams struct { /*Body*/ Body *platformclientmodels.WxPayConfigRequest /*ID*/ ID string /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateWxPayConfigParams contains all the parameters to send to the API endpoint for the update wx pay config operation typically these are written to a http.Request
func NewUpdateWxPayConfigParams ¶
func NewUpdateWxPayConfigParams() *UpdateWxPayConfigParams
NewUpdateWxPayConfigParams creates a new UpdateWxPayConfigParams object with the default values initialized.
func NewUpdateWxPayConfigParamsWithContext ¶
func NewUpdateWxPayConfigParamsWithContext(ctx context.Context) *UpdateWxPayConfigParams
NewUpdateWxPayConfigParamsWithContext creates a new UpdateWxPayConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateWxPayConfigParamsWithHTTPClient ¶
func NewUpdateWxPayConfigParamsWithHTTPClient(client *http.Client) *UpdateWxPayConfigParams
NewUpdateWxPayConfigParamsWithHTTPClient creates a new UpdateWxPayConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateWxPayConfigParamsWithTimeout ¶
func NewUpdateWxPayConfigParamsWithTimeout(timeout time.Duration) *UpdateWxPayConfigParams
NewUpdateWxPayConfigParamsWithTimeout creates a new UpdateWxPayConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateWxPayConfigParams) SetBody ¶
func (o *UpdateWxPayConfigParams) SetBody(body *platformclientmodels.WxPayConfigRequest)
SetBody adds the body to the update wx pay config params
func (*UpdateWxPayConfigParams) SetContext ¶
func (o *UpdateWxPayConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update wx pay config params
func (*UpdateWxPayConfigParams) SetHTTPClient ¶
func (o *UpdateWxPayConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update wx pay config params
func (*UpdateWxPayConfigParams) SetID ¶
func (o *UpdateWxPayConfigParams) SetID(id string)
SetID adds the id to the update wx pay config params
func (*UpdateWxPayConfigParams) SetTimeout ¶
func (o *UpdateWxPayConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update wx pay config params
func (*UpdateWxPayConfigParams) SetValidate ¶
func (o *UpdateWxPayConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update wx pay config params
func (*UpdateWxPayConfigParams) WithBody ¶
func (o *UpdateWxPayConfigParams) WithBody(body *platformclientmodels.WxPayConfigRequest) *UpdateWxPayConfigParams
WithBody adds the body to the update wx pay config params
func (*UpdateWxPayConfigParams) WithContext ¶
func (o *UpdateWxPayConfigParams) WithContext(ctx context.Context) *UpdateWxPayConfigParams
WithContext adds the context to the update wx pay config params
func (*UpdateWxPayConfigParams) WithHTTPClient ¶
func (o *UpdateWxPayConfigParams) WithHTTPClient(client *http.Client) *UpdateWxPayConfigParams
WithHTTPClient adds the HTTPClient to the update wx pay config params
func (*UpdateWxPayConfigParams) WithID ¶
func (o *UpdateWxPayConfigParams) WithID(id string) *UpdateWxPayConfigParams
WithID adds the id to the update wx pay config params
func (*UpdateWxPayConfigParams) WithTimeout ¶
func (o *UpdateWxPayConfigParams) WithTimeout(timeout time.Duration) *UpdateWxPayConfigParams
WithTimeout adds the timeout to the update wx pay config params
func (*UpdateWxPayConfigParams) WithValidate ¶
func (o *UpdateWxPayConfigParams) WithValidate(validate *bool) *UpdateWxPayConfigParams
WithValidate adds the validate to the update wx pay config params
func (*UpdateWxPayConfigParams) WriteToRequest ¶
func (o *UpdateWxPayConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateWxPayConfigReader ¶
type UpdateWxPayConfigReader struct {
// contains filtered or unexported fields
}
UpdateWxPayConfigReader is a Reader for the UpdateWxPayConfig structure.
func (*UpdateWxPayConfigReader) ReadResponse ¶
func (o *UpdateWxPayConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateXsollaConfigNotFound ¶
type UpdateXsollaConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateXsollaConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr><tr><td>33221</td><td>Update [{paymentProvider}] config in payment merchant config [{id}] failed with message [{errMsg}]</td></tr></table>
func NewUpdateXsollaConfigNotFound ¶
func NewUpdateXsollaConfigNotFound() *UpdateXsollaConfigNotFound
NewUpdateXsollaConfigNotFound creates a UpdateXsollaConfigNotFound with default headers values
func (*UpdateXsollaConfigNotFound) Error ¶
func (o *UpdateXsollaConfigNotFound) Error() string
func (*UpdateXsollaConfigNotFound) GetPayload ¶
func (o *UpdateXsollaConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateXsollaConfigOK ¶
type UpdateXsollaConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateXsollaConfigOK handles this case with default header values.
successful operation
func NewUpdateXsollaConfigOK ¶
func NewUpdateXsollaConfigOK() *UpdateXsollaConfigOK
NewUpdateXsollaConfigOK creates a UpdateXsollaConfigOK with default headers values
func (*UpdateXsollaConfigOK) Error ¶
func (o *UpdateXsollaConfigOK) Error() string
func (*UpdateXsollaConfigOK) GetPayload ¶
func (o *UpdateXsollaConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateXsollaConfigParams ¶
type UpdateXsollaConfigParams struct { /*Body*/ Body *platformclientmodels.XsollaConfig /*ID*/ ID string /*Validate*/ Validate *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateXsollaConfigParams contains all the parameters to send to the API endpoint for the update xsolla config operation typically these are written to a http.Request
func NewUpdateXsollaConfigParams ¶
func NewUpdateXsollaConfigParams() *UpdateXsollaConfigParams
NewUpdateXsollaConfigParams creates a new UpdateXsollaConfigParams object with the default values initialized.
func NewUpdateXsollaConfigParamsWithContext ¶
func NewUpdateXsollaConfigParamsWithContext(ctx context.Context) *UpdateXsollaConfigParams
NewUpdateXsollaConfigParamsWithContext creates a new UpdateXsollaConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateXsollaConfigParamsWithHTTPClient ¶
func NewUpdateXsollaConfigParamsWithHTTPClient(client *http.Client) *UpdateXsollaConfigParams
NewUpdateXsollaConfigParamsWithHTTPClient creates a new UpdateXsollaConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateXsollaConfigParamsWithTimeout ¶
func NewUpdateXsollaConfigParamsWithTimeout(timeout time.Duration) *UpdateXsollaConfigParams
NewUpdateXsollaConfigParamsWithTimeout creates a new UpdateXsollaConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateXsollaConfigParams) SetBody ¶
func (o *UpdateXsollaConfigParams) SetBody(body *platformclientmodels.XsollaConfig)
SetBody adds the body to the update xsolla config params
func (*UpdateXsollaConfigParams) SetContext ¶
func (o *UpdateXsollaConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update xsolla config params
func (*UpdateXsollaConfigParams) SetHTTPClient ¶
func (o *UpdateXsollaConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update xsolla config params
func (*UpdateXsollaConfigParams) SetID ¶
func (o *UpdateXsollaConfigParams) SetID(id string)
SetID adds the id to the update xsolla config params
func (*UpdateXsollaConfigParams) SetTimeout ¶
func (o *UpdateXsollaConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update xsolla config params
func (*UpdateXsollaConfigParams) SetValidate ¶
func (o *UpdateXsollaConfigParams) SetValidate(validate *bool)
SetValidate adds the validate to the update xsolla config params
func (*UpdateXsollaConfigParams) WithBody ¶
func (o *UpdateXsollaConfigParams) WithBody(body *platformclientmodels.XsollaConfig) *UpdateXsollaConfigParams
WithBody adds the body to the update xsolla config params
func (*UpdateXsollaConfigParams) WithContext ¶
func (o *UpdateXsollaConfigParams) WithContext(ctx context.Context) *UpdateXsollaConfigParams
WithContext adds the context to the update xsolla config params
func (*UpdateXsollaConfigParams) WithHTTPClient ¶
func (o *UpdateXsollaConfigParams) WithHTTPClient(client *http.Client) *UpdateXsollaConfigParams
WithHTTPClient adds the HTTPClient to the update xsolla config params
func (*UpdateXsollaConfigParams) WithID ¶
func (o *UpdateXsollaConfigParams) WithID(id string) *UpdateXsollaConfigParams
WithID adds the id to the update xsolla config params
func (*UpdateXsollaConfigParams) WithTimeout ¶
func (o *UpdateXsollaConfigParams) WithTimeout(timeout time.Duration) *UpdateXsollaConfigParams
WithTimeout adds the timeout to the update xsolla config params
func (*UpdateXsollaConfigParams) WithValidate ¶
func (o *UpdateXsollaConfigParams) WithValidate(validate *bool) *UpdateXsollaConfigParams
WithValidate adds the validate to the update xsolla config params
func (*UpdateXsollaConfigParams) WriteToRequest ¶
func (o *UpdateXsollaConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateXsollaConfigReader ¶
type UpdateXsollaConfigReader struct {
// contains filtered or unexported fields
}
UpdateXsollaConfigReader is a Reader for the UpdateXsollaConfig structure.
func (*UpdateXsollaConfigReader) ReadResponse ¶
func (o *UpdateXsollaConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateXsollaUIConfigNotFound ¶
type UpdateXsollaUIConfigNotFound struct {
Payload *platformclientmodels.ErrorEntity
}
UpdateXsollaUIConfigNotFound handles this case with default header values.
<table><tr><td>ErrorCode</td><td>ErrorMessage</td></tr><tr><td>33242</td><td>Payment merchant config [{id}] does not exist</td></tr></table>
func NewUpdateXsollaUIConfigNotFound ¶
func NewUpdateXsollaUIConfigNotFound() *UpdateXsollaUIConfigNotFound
NewUpdateXsollaUIConfigNotFound creates a UpdateXsollaUIConfigNotFound with default headers values
func (*UpdateXsollaUIConfigNotFound) Error ¶
func (o *UpdateXsollaUIConfigNotFound) Error() string
func (*UpdateXsollaUIConfigNotFound) GetPayload ¶
func (o *UpdateXsollaUIConfigNotFound) GetPayload() *platformclientmodels.ErrorEntity
type UpdateXsollaUIConfigOK ¶
type UpdateXsollaUIConfigOK struct {
Payload *platformclientmodels.PaymentMerchantConfigInfo
}
UpdateXsollaUIConfigOK handles this case with default header values.
successful operation
func NewUpdateXsollaUIConfigOK ¶
func NewUpdateXsollaUIConfigOK() *UpdateXsollaUIConfigOK
NewUpdateXsollaUIConfigOK creates a UpdateXsollaUIConfigOK with default headers values
func (*UpdateXsollaUIConfigOK) Error ¶
func (o *UpdateXsollaUIConfigOK) Error() string
func (*UpdateXsollaUIConfigOK) GetPayload ¶
func (o *UpdateXsollaUIConfigOK) GetPayload() *platformclientmodels.PaymentMerchantConfigInfo
type UpdateXsollaUIConfigParams ¶
type UpdateXsollaUIConfigParams struct { /*Body*/ Body *platformclientmodels.XsollaPaywallConfigRequest /*ID*/ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateXsollaUIConfigParams contains all the parameters to send to the API endpoint for the update xsolla UI config operation typically these are written to a http.Request
func NewUpdateXsollaUIConfigParams ¶
func NewUpdateXsollaUIConfigParams() *UpdateXsollaUIConfigParams
NewUpdateXsollaUIConfigParams creates a new UpdateXsollaUIConfigParams object with the default values initialized.
func NewUpdateXsollaUIConfigParamsWithContext ¶
func NewUpdateXsollaUIConfigParamsWithContext(ctx context.Context) *UpdateXsollaUIConfigParams
NewUpdateXsollaUIConfigParamsWithContext creates a new UpdateXsollaUIConfigParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateXsollaUIConfigParamsWithHTTPClient ¶
func NewUpdateXsollaUIConfigParamsWithHTTPClient(client *http.Client) *UpdateXsollaUIConfigParams
NewUpdateXsollaUIConfigParamsWithHTTPClient creates a new UpdateXsollaUIConfigParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateXsollaUIConfigParamsWithTimeout ¶
func NewUpdateXsollaUIConfigParamsWithTimeout(timeout time.Duration) *UpdateXsollaUIConfigParams
NewUpdateXsollaUIConfigParamsWithTimeout creates a new UpdateXsollaUIConfigParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateXsollaUIConfigParams) SetBody ¶
func (o *UpdateXsollaUIConfigParams) SetBody(body *platformclientmodels.XsollaPaywallConfigRequest)
SetBody adds the body to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) SetContext ¶
func (o *UpdateXsollaUIConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) SetHTTPClient ¶
func (o *UpdateXsollaUIConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) SetID ¶
func (o *UpdateXsollaUIConfigParams) SetID(id string)
SetID adds the id to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) SetTimeout ¶
func (o *UpdateXsollaUIConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WithBody ¶
func (o *UpdateXsollaUIConfigParams) WithBody(body *platformclientmodels.XsollaPaywallConfigRequest) *UpdateXsollaUIConfigParams
WithBody adds the body to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WithContext ¶
func (o *UpdateXsollaUIConfigParams) WithContext(ctx context.Context) *UpdateXsollaUIConfigParams
WithContext adds the context to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WithHTTPClient ¶
func (o *UpdateXsollaUIConfigParams) WithHTTPClient(client *http.Client) *UpdateXsollaUIConfigParams
WithHTTPClient adds the HTTPClient to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WithID ¶
func (o *UpdateXsollaUIConfigParams) WithID(id string) *UpdateXsollaUIConfigParams
WithID adds the id to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WithTimeout ¶
func (o *UpdateXsollaUIConfigParams) WithTimeout(timeout time.Duration) *UpdateXsollaUIConfigParams
WithTimeout adds the timeout to the update xsolla UI config params
func (*UpdateXsollaUIConfigParams) WriteToRequest ¶
func (o *UpdateXsollaUIConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateXsollaUIConfigReader ¶
type UpdateXsollaUIConfigReader struct {
// contains filtered or unexported fields
}
UpdateXsollaUIConfigReader is a Reader for the UpdateXsollaUIConfig structure.
func (*UpdateXsollaUIConfigReader) ReadResponse ¶
func (o *UpdateXsollaUIConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_payment_provider_config_parameters.go
- create_payment_provider_config_responses.go
- debug_matched_payment_merchant_config_parameters.go
- debug_matched_payment_merchant_config_responses.go
- debug_matched_payment_provider_config_parameters.go
- debug_matched_payment_provider_config_responses.go
- delete_payment_provider_config_parameters.go
- delete_payment_provider_config_responses.go
- get_aggregate_payment_providers_parameters.go
- get_aggregate_payment_providers_responses.go
- get_payment_merchant_config_parameters.go
- get_payment_merchant_config_responses.go
- get_payment_tax_config_parameters.go
- get_payment_tax_config_responses.go
- get_special_payment_providers_parameters.go
- get_special_payment_providers_responses.go
- payment_config_client.go
- query_payment_provider_config_parameters.go
- query_payment_provider_config_responses.go
- test_adyen_config_by_id_parameters.go
- test_adyen_config_by_id_responses.go
- test_adyen_config_parameters.go
- test_adyen_config_responses.go
- test_ali_pay_config_by_id_parameters.go
- test_ali_pay_config_by_id_responses.go
- test_ali_pay_config_parameters.go
- test_ali_pay_config_responses.go
- test_checkout_config_by_id_parameters.go
- test_checkout_config_by_id_responses.go
- test_checkout_config_parameters.go
- test_checkout_config_responses.go
- test_pay_pal_config_by_id_parameters.go
- test_pay_pal_config_by_id_responses.go
- test_pay_pal_config_parameters.go
- test_pay_pal_config_responses.go
- test_stripe_config_by_id_parameters.go
- test_stripe_config_by_id_responses.go
- test_stripe_config_parameters.go
- test_stripe_config_responses.go
- test_wx_pay_config_by_id_parameters.go
- test_wx_pay_config_by_id_responses.go
- test_wx_pay_config_parameters.go
- test_wx_pay_config_responses.go
- test_xsolla_config_by_id_parameters.go
- test_xsolla_config_by_id_responses.go
- test_xsolla_config_parameters.go
- test_xsolla_config_responses.go
- update_adyen_config_parameters.go
- update_adyen_config_responses.go
- update_ali_pay_config_parameters.go
- update_ali_pay_config_responses.go
- update_checkout_config_parameters.go
- update_checkout_config_responses.go
- update_pay_pal_config_parameters.go
- update_pay_pal_config_responses.go
- update_payment_provider_config_parameters.go
- update_payment_provider_config_responses.go
- update_payment_tax_config_parameters.go
- update_payment_tax_config_responses.go
- update_stripe_config_parameters.go
- update_stripe_config_responses.go
- update_wx_pay_config_cert_parameters.go
- update_wx_pay_config_cert_responses.go
- update_wx_pay_config_parameters.go
- update_wx_pay_config_responses.go
- update_xsolla_config_parameters.go
- update_xsolla_config_responses.go
- update_xsolla_ui_config_parameters.go
- update_xsolla_ui_config_responses.go