Documentation ¶
Index ¶
- type Client
- type ClientService
- type GetMandatesBadRequest
- type GetMandatesConflict
- type GetMandatesForbidden
- type GetMandatesInternalServerError
- type GetMandatesNotFound
- type GetMandatesOK
- type GetMandatesParams
- func (o *GetMandatesParams) SetContext(ctx context.Context)
- func (o *GetMandatesParams) SetFilterAdmissionAdmissionDateFrom(filterAdmissionAdmissionDateFrom *strfmt.DateTime)
- func (o *GetMandatesParams) SetFilterAdmissionAdmissionDateTo(filterAdmissionAdmissionDateTo *strfmt.DateTime)
- func (o *GetMandatesParams) SetFilterAdmissionSchemeStatusCode(filterAdmissionSchemeStatusCode *string)
- func (o *GetMandatesParams) SetFilterAdmissionStatus(filterAdmissionStatus *string)
- func (o *GetMandatesParams) SetFilterAllVersions(filterAllVersions *bool)
- func (o *GetMandatesParams) SetFilterAmount(filterAmount *string)
- func (o *GetMandatesParams) SetFilterBeneficiaryPartyAccountNumber(filterBeneficiaryPartyAccountNumber *string)
- func (o *GetMandatesParams) SetFilterBeneficiaryPartyBankID(filterBeneficiaryPartyBankID *string)
- func (o *GetMandatesParams) SetFilterClearingID(filterClearingID *string)
- func (o *GetMandatesParams) SetFilterCurrency(filterCurrency *string)
- func (o *GetMandatesParams) SetFilterDebtorPartyAccountNumber(filterDebtorPartyAccountNumber *string)
- func (o *GetMandatesParams) SetFilterDebtorPartyBankID(filterDebtorPartyBankID *string)
- func (o *GetMandatesParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)
- func (o *GetMandatesParams) SetFilterPaymentScheme(filterPaymentScheme *string)
- func (o *GetMandatesParams) SetFilterPaymentType(filterPaymentType *string)
- func (o *GetMandatesParams) SetFilterProcessingDateFrom(filterProcessingDateFrom *strfmt.Date)
- func (o *GetMandatesParams) SetFilterProcessingDateTo(filterProcessingDateTo *strfmt.Date)
- func (o *GetMandatesParams) SetFilterReference(filterReference *string)
- func (o *GetMandatesParams) SetFilterSchemeProcessingDateFrom(filterSchemeProcessingDateFrom *strfmt.Date)
- func (o *GetMandatesParams) SetFilterSchemeProcessingDateTo(filterSchemeProcessingDateTo *strfmt.Date)
- func (o *GetMandatesParams) SetFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom *strfmt.DateTime)
- func (o *GetMandatesParams) SetFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo *strfmt.DateTime)
- func (o *GetMandatesParams) SetFilterUniqueSchemeID(filterUniqueSchemeID *string)
- func (o *GetMandatesParams) SetHTTPClient(client *http.Client)
- func (o *GetMandatesParams) SetPageNumber(pageNumber *string)
- func (o *GetMandatesParams) SetPageSize(pageSize *int64)
- func (o *GetMandatesParams) SetTimeout(timeout time.Duration)
- func (o *GetMandatesParams) WithContext(ctx context.Context) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAdmissionAdmissionDateFrom(filterAdmissionAdmissionDateFrom *strfmt.DateTime) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAdmissionAdmissionDateTo(filterAdmissionAdmissionDateTo *strfmt.DateTime) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAdmissionSchemeStatusCode(filterAdmissionSchemeStatusCode *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAdmissionStatus(filterAdmissionStatus *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAllVersions(filterAllVersions *bool) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterAmount(filterAmount *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterBeneficiaryPartyAccountNumber(filterBeneficiaryPartyAccountNumber *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterBeneficiaryPartyBankID(filterBeneficiaryPartyBankID *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterClearingID(filterClearingID *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterCurrency(filterCurrency *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterDebtorPartyAccountNumber(filterDebtorPartyAccountNumber *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterDebtorPartyBankID(filterDebtorPartyBankID *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterPaymentScheme(filterPaymentScheme *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterPaymentType(filterPaymentType *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterProcessingDateFrom(filterProcessingDateFrom *strfmt.Date) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterProcessingDateTo(filterProcessingDateTo *strfmt.Date) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterReference(filterReference *string) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterSchemeProcessingDateFrom(filterSchemeProcessingDateFrom *strfmt.Date) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterSchemeProcessingDateTo(filterSchemeProcessingDateTo *strfmt.Date) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom *strfmt.DateTime) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo *strfmt.DateTime) *GetMandatesParams
- func (o *GetMandatesParams) WithFilterUniqueSchemeID(filterUniqueSchemeID *string) *GetMandatesParams
- func (o *GetMandatesParams) WithHTTPClient(client *http.Client) *GetMandatesParams
- func (o *GetMandatesParams) WithPageNumber(pageNumber *string) *GetMandatesParams
- func (o *GetMandatesParams) WithPageSize(pageSize *int64) *GetMandatesParams
- func (o *GetMandatesParams) WithTimeout(timeout time.Duration) *GetMandatesParams
- func (o *GetMandatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetMandatesReader
- type GetMandatesServiceUnavailable
- type GetMandatesTooManyRequests
- type GetMandatesUnauthorized
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 mandates API
func (*Client) GetMandates ¶
func (a *Client) GetMandates(params *GetMandatesParams) (*GetMandatesOK, error)
GetMandates lists mandates
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶ added in v0.43.0
type ClientService interface { GetMandates(params *GetMandatesParams) (*GetMandatesOK, 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 mandates API client.
type GetMandatesBadRequest ¶ added in v0.43.0
GetMandatesBadRequest handles this case with default header values.
Bad Request
func NewGetMandatesBadRequest ¶ added in v0.43.0
func NewGetMandatesBadRequest() *GetMandatesBadRequest
NewGetMandatesBadRequest creates a GetMandatesBadRequest with default headers values
func (*GetMandatesBadRequest) Error ¶ added in v0.43.0
func (o *GetMandatesBadRequest) Error() string
func (*GetMandatesBadRequest) GetPayload ¶ added in v0.43.0
func (o *GetMandatesBadRequest) GetPayload() *models.APIError
type GetMandatesConflict ¶ added in v0.43.0
GetMandatesConflict handles this case with default header values.
Conflict
func NewGetMandatesConflict ¶ added in v0.43.0
func NewGetMandatesConflict() *GetMandatesConflict
NewGetMandatesConflict creates a GetMandatesConflict with default headers values
func (*GetMandatesConflict) Error ¶ added in v0.43.0
func (o *GetMandatesConflict) Error() string
func (*GetMandatesConflict) GetPayload ¶ added in v0.43.0
func (o *GetMandatesConflict) GetPayload() *models.APIError
type GetMandatesForbidden ¶ added in v0.43.0
GetMandatesForbidden handles this case with default header values.
Forbidden
func NewGetMandatesForbidden ¶ added in v0.43.0
func NewGetMandatesForbidden() *GetMandatesForbidden
NewGetMandatesForbidden creates a GetMandatesForbidden with default headers values
func (*GetMandatesForbidden) Error ¶ added in v0.43.0
func (o *GetMandatesForbidden) Error() string
func (*GetMandatesForbidden) GetPayload ¶ added in v0.43.0
func (o *GetMandatesForbidden) GetPayload() *models.APIError
type GetMandatesInternalServerError ¶ added in v0.43.0
GetMandatesInternalServerError handles this case with default header values.
Internal Server Error
func NewGetMandatesInternalServerError ¶ added in v0.43.0
func NewGetMandatesInternalServerError() *GetMandatesInternalServerError
NewGetMandatesInternalServerError creates a GetMandatesInternalServerError with default headers values
func (*GetMandatesInternalServerError) Error ¶ added in v0.43.0
func (o *GetMandatesInternalServerError) Error() string
func (*GetMandatesInternalServerError) GetPayload ¶ added in v0.43.0
func (o *GetMandatesInternalServerError) GetPayload() *models.APIError
type GetMandatesNotFound ¶ added in v0.43.0
GetMandatesNotFound handles this case with default header values.
Record not found
func NewGetMandatesNotFound ¶ added in v0.43.0
func NewGetMandatesNotFound() *GetMandatesNotFound
NewGetMandatesNotFound creates a GetMandatesNotFound with default headers values
func (*GetMandatesNotFound) Error ¶ added in v0.43.0
func (o *GetMandatesNotFound) Error() string
func (*GetMandatesNotFound) GetPayload ¶ added in v0.43.0
func (o *GetMandatesNotFound) GetPayload() *models.APIError
type GetMandatesOK ¶
type GetMandatesOK struct {
Payload *models.MandateDetailsListResponse
}
GetMandatesOK handles this case with default header values.
List of mandates details
func NewGetMandatesOK ¶
func NewGetMandatesOK() *GetMandatesOK
NewGetMandatesOK creates a GetMandatesOK with default headers values
func (*GetMandatesOK) Error ¶
func (o *GetMandatesOK) Error() string
func (*GetMandatesOK) GetPayload ¶ added in v0.43.0
func (o *GetMandatesOK) GetPayload() *models.MandateDetailsListResponse
type GetMandatesParams ¶
type GetMandatesParams struct { /*FilterAdmissionAdmissionDateFrom*/ FilterAdmissionAdmissionDateFrom *strfmt.DateTime /*FilterAdmissionAdmissionDateTo*/ FilterAdmissionAdmissionDateTo *strfmt.DateTime /*FilterAdmissionSchemeStatusCode Filter by admission scheme status code */ FilterAdmissionSchemeStatusCode *string /*FilterAdmissionStatus Filter by admission status */ FilterAdmissionStatus *string /*FilterAllVersions Include old versions of mandates */ FilterAllVersions *bool /*FilterAmount Filter by amount */ FilterAmount *string /*FilterBeneficiaryPartyAccountNumber*/ FilterBeneficiaryPartyAccountNumber *string /*FilterBeneficiaryPartyBankID*/ FilterBeneficiaryPartyBankID *string /*FilterClearingID*/ FilterClearingID *string /*FilterCurrency*/ FilterCurrency *string /*FilterDebtorPartyAccountNumber*/ FilterDebtorPartyAccountNumber *string /*FilterDebtorPartyBankID*/ FilterDebtorPartyBankID *string /*FilterOrganisationID Filter by organisation id */ FilterOrganisationID []strfmt.UUID /*FilterPaymentScheme*/ FilterPaymentScheme *string /*FilterPaymentType*/ FilterPaymentType *string /*FilterProcessingDateFrom*/ FilterProcessingDateFrom *strfmt.Date /*FilterProcessingDateTo*/ FilterProcessingDateTo *strfmt.Date /*FilterReference Filter by reference */ FilterReference *string /*FilterSchemeProcessingDateFrom*/ FilterSchemeProcessingDateFrom *strfmt.Date /*FilterSchemeProcessingDateTo*/ FilterSchemeProcessingDateTo *strfmt.Date /*FilterSubmissionSubmissionDateFrom*/ FilterSubmissionSubmissionDateFrom *strfmt.DateTime /*FilterSubmissionSubmissionDateTo*/ FilterSubmissionSubmissionDateTo *strfmt.DateTime /*FilterUniqueSchemeID Filter by unique scheme id */ FilterUniqueSchemeID *string /*PageNumber Which page to select */ PageNumber *string /*PageSize Number of items to select */ PageSize *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetMandatesParams contains all the parameters to send to the API endpoint for the get mandates operation typically these are written to a http.Request
func NewGetMandatesParams ¶
func NewGetMandatesParams() *GetMandatesParams
NewGetMandatesParams creates a new GetMandatesParams object with the default values initialized.
func NewGetMandatesParamsWithContext ¶
func NewGetMandatesParamsWithContext(ctx context.Context) *GetMandatesParams
NewGetMandatesParamsWithContext creates a new GetMandatesParams object with the default values initialized, and the ability to set a context for a request
func NewGetMandatesParamsWithHTTPClient ¶
func NewGetMandatesParamsWithHTTPClient(client *http.Client) *GetMandatesParams
NewGetMandatesParamsWithHTTPClient creates a new GetMandatesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetMandatesParamsWithTimeout ¶
func NewGetMandatesParamsWithTimeout(timeout time.Duration) *GetMandatesParams
NewGetMandatesParamsWithTimeout creates a new GetMandatesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetMandatesParams) SetContext ¶
func (o *GetMandatesParams) SetContext(ctx context.Context)
SetContext adds the context to the get mandates params
func (*GetMandatesParams) SetFilterAdmissionAdmissionDateFrom ¶
func (o *GetMandatesParams) SetFilterAdmissionAdmissionDateFrom(filterAdmissionAdmissionDateFrom *strfmt.DateTime)
SetFilterAdmissionAdmissionDateFrom adds the filterAdmissionAdmissionDateFrom to the get mandates params
func (*GetMandatesParams) SetFilterAdmissionAdmissionDateTo ¶
func (o *GetMandatesParams) SetFilterAdmissionAdmissionDateTo(filterAdmissionAdmissionDateTo *strfmt.DateTime)
SetFilterAdmissionAdmissionDateTo adds the filterAdmissionAdmissionDateTo to the get mandates params
func (*GetMandatesParams) SetFilterAdmissionSchemeStatusCode ¶
func (o *GetMandatesParams) SetFilterAdmissionSchemeStatusCode(filterAdmissionSchemeStatusCode *string)
SetFilterAdmissionSchemeStatusCode adds the filterAdmissionSchemeStatusCode to the get mandates params
func (*GetMandatesParams) SetFilterAdmissionStatus ¶
func (o *GetMandatesParams) SetFilterAdmissionStatus(filterAdmissionStatus *string)
SetFilterAdmissionStatus adds the filterAdmissionStatus to the get mandates params
func (*GetMandatesParams) SetFilterAllVersions ¶
func (o *GetMandatesParams) SetFilterAllVersions(filterAllVersions *bool)
SetFilterAllVersions adds the filterAllVersions to the get mandates params
func (*GetMandatesParams) SetFilterAmount ¶
func (o *GetMandatesParams) SetFilterAmount(filterAmount *string)
SetFilterAmount adds the filterAmount to the get mandates params
func (*GetMandatesParams) SetFilterBeneficiaryPartyAccountNumber ¶
func (o *GetMandatesParams) SetFilterBeneficiaryPartyAccountNumber(filterBeneficiaryPartyAccountNumber *string)
SetFilterBeneficiaryPartyAccountNumber adds the filterBeneficiaryPartyAccountNumber to the get mandates params
func (*GetMandatesParams) SetFilterBeneficiaryPartyBankID ¶
func (o *GetMandatesParams) SetFilterBeneficiaryPartyBankID(filterBeneficiaryPartyBankID *string)
SetFilterBeneficiaryPartyBankID adds the filterBeneficiaryPartyBankId to the get mandates params
func (*GetMandatesParams) SetFilterClearingID ¶
func (o *GetMandatesParams) SetFilterClearingID(filterClearingID *string)
SetFilterClearingID adds the filterClearingId to the get mandates params
func (*GetMandatesParams) SetFilterCurrency ¶
func (o *GetMandatesParams) SetFilterCurrency(filterCurrency *string)
SetFilterCurrency adds the filterCurrency to the get mandates params
func (*GetMandatesParams) SetFilterDebtorPartyAccountNumber ¶
func (o *GetMandatesParams) SetFilterDebtorPartyAccountNumber(filterDebtorPartyAccountNumber *string)
SetFilterDebtorPartyAccountNumber adds the filterDebtorPartyAccountNumber to the get mandates params
func (*GetMandatesParams) SetFilterDebtorPartyBankID ¶
func (o *GetMandatesParams) SetFilterDebtorPartyBankID(filterDebtorPartyBankID *string)
SetFilterDebtorPartyBankID adds the filterDebtorPartyBankId to the get mandates params
func (*GetMandatesParams) SetFilterOrganisationID ¶
func (o *GetMandatesParams) SetFilterOrganisationID(filterOrganisationID []strfmt.UUID)
SetFilterOrganisationID adds the filterOrganisationId to the get mandates params
func (*GetMandatesParams) SetFilterPaymentScheme ¶
func (o *GetMandatesParams) SetFilterPaymentScheme(filterPaymentScheme *string)
SetFilterPaymentScheme adds the filterPaymentScheme to the get mandates params
func (*GetMandatesParams) SetFilterPaymentType ¶
func (o *GetMandatesParams) SetFilterPaymentType(filterPaymentType *string)
SetFilterPaymentType adds the filterPaymentType to the get mandates params
func (*GetMandatesParams) SetFilterProcessingDateFrom ¶
func (o *GetMandatesParams) SetFilterProcessingDateFrom(filterProcessingDateFrom *strfmt.Date)
SetFilterProcessingDateFrom adds the filterProcessingDateFrom to the get mandates params
func (*GetMandatesParams) SetFilterProcessingDateTo ¶
func (o *GetMandatesParams) SetFilterProcessingDateTo(filterProcessingDateTo *strfmt.Date)
SetFilterProcessingDateTo adds the filterProcessingDateTo to the get mandates params
func (*GetMandatesParams) SetFilterReference ¶
func (o *GetMandatesParams) SetFilterReference(filterReference *string)
SetFilterReference adds the filterReference to the get mandates params
func (*GetMandatesParams) SetFilterSchemeProcessingDateFrom ¶
func (o *GetMandatesParams) SetFilterSchemeProcessingDateFrom(filterSchemeProcessingDateFrom *strfmt.Date)
SetFilterSchemeProcessingDateFrom adds the filterSchemeProcessingDateFrom to the get mandates params
func (*GetMandatesParams) SetFilterSchemeProcessingDateTo ¶
func (o *GetMandatesParams) SetFilterSchemeProcessingDateTo(filterSchemeProcessingDateTo *strfmt.Date)
SetFilterSchemeProcessingDateTo adds the filterSchemeProcessingDateTo to the get mandates params
func (*GetMandatesParams) SetFilterSubmissionSubmissionDateFrom ¶
func (o *GetMandatesParams) SetFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom *strfmt.DateTime)
SetFilterSubmissionSubmissionDateFrom adds the filterSubmissionSubmissionDateFrom to the get mandates params
func (*GetMandatesParams) SetFilterSubmissionSubmissionDateTo ¶
func (o *GetMandatesParams) SetFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo *strfmt.DateTime)
SetFilterSubmissionSubmissionDateTo adds the filterSubmissionSubmissionDateTo to the get mandates params
func (*GetMandatesParams) SetFilterUniqueSchemeID ¶
func (o *GetMandatesParams) SetFilterUniqueSchemeID(filterUniqueSchemeID *string)
SetFilterUniqueSchemeID adds the filterUniqueSchemeId to the get mandates params
func (*GetMandatesParams) SetHTTPClient ¶
func (o *GetMandatesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get mandates params
func (*GetMandatesParams) SetPageNumber ¶
func (o *GetMandatesParams) SetPageNumber(pageNumber *string)
SetPageNumber adds the pageNumber to the get mandates params
func (*GetMandatesParams) SetPageSize ¶
func (o *GetMandatesParams) SetPageSize(pageSize *int64)
SetPageSize adds the pageSize to the get mandates params
func (*GetMandatesParams) SetTimeout ¶
func (o *GetMandatesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get mandates params
func (*GetMandatesParams) WithContext ¶
func (o *GetMandatesParams) WithContext(ctx context.Context) *GetMandatesParams
WithContext adds the context to the get mandates params
func (*GetMandatesParams) WithFilterAdmissionAdmissionDateFrom ¶
func (o *GetMandatesParams) WithFilterAdmissionAdmissionDateFrom(filterAdmissionAdmissionDateFrom *strfmt.DateTime) *GetMandatesParams
WithFilterAdmissionAdmissionDateFrom adds the filterAdmissionAdmissionDateFrom to the get mandates params
func (*GetMandatesParams) WithFilterAdmissionAdmissionDateTo ¶
func (o *GetMandatesParams) WithFilterAdmissionAdmissionDateTo(filterAdmissionAdmissionDateTo *strfmt.DateTime) *GetMandatesParams
WithFilterAdmissionAdmissionDateTo adds the filterAdmissionAdmissionDateTo to the get mandates params
func (*GetMandatesParams) WithFilterAdmissionSchemeStatusCode ¶
func (o *GetMandatesParams) WithFilterAdmissionSchemeStatusCode(filterAdmissionSchemeStatusCode *string) *GetMandatesParams
WithFilterAdmissionSchemeStatusCode adds the filterAdmissionSchemeStatusCode to the get mandates params
func (*GetMandatesParams) WithFilterAdmissionStatus ¶
func (o *GetMandatesParams) WithFilterAdmissionStatus(filterAdmissionStatus *string) *GetMandatesParams
WithFilterAdmissionStatus adds the filterAdmissionStatus to the get mandates params
func (*GetMandatesParams) WithFilterAllVersions ¶
func (o *GetMandatesParams) WithFilterAllVersions(filterAllVersions *bool) *GetMandatesParams
WithFilterAllVersions adds the filterAllVersions to the get mandates params
func (*GetMandatesParams) WithFilterAmount ¶
func (o *GetMandatesParams) WithFilterAmount(filterAmount *string) *GetMandatesParams
WithFilterAmount adds the filterAmount to the get mandates params
func (*GetMandatesParams) WithFilterBeneficiaryPartyAccountNumber ¶
func (o *GetMandatesParams) WithFilterBeneficiaryPartyAccountNumber(filterBeneficiaryPartyAccountNumber *string) *GetMandatesParams
WithFilterBeneficiaryPartyAccountNumber adds the filterBeneficiaryPartyAccountNumber to the get mandates params
func (*GetMandatesParams) WithFilterBeneficiaryPartyBankID ¶
func (o *GetMandatesParams) WithFilterBeneficiaryPartyBankID(filterBeneficiaryPartyBankID *string) *GetMandatesParams
WithFilterBeneficiaryPartyBankID adds the filterBeneficiaryPartyBankID to the get mandates params
func (*GetMandatesParams) WithFilterClearingID ¶
func (o *GetMandatesParams) WithFilterClearingID(filterClearingID *string) *GetMandatesParams
WithFilterClearingID adds the filterClearingID to the get mandates params
func (*GetMandatesParams) WithFilterCurrency ¶
func (o *GetMandatesParams) WithFilterCurrency(filterCurrency *string) *GetMandatesParams
WithFilterCurrency adds the filterCurrency to the get mandates params
func (*GetMandatesParams) WithFilterDebtorPartyAccountNumber ¶
func (o *GetMandatesParams) WithFilterDebtorPartyAccountNumber(filterDebtorPartyAccountNumber *string) *GetMandatesParams
WithFilterDebtorPartyAccountNumber adds the filterDebtorPartyAccountNumber to the get mandates params
func (*GetMandatesParams) WithFilterDebtorPartyBankID ¶
func (o *GetMandatesParams) WithFilterDebtorPartyBankID(filterDebtorPartyBankID *string) *GetMandatesParams
WithFilterDebtorPartyBankID adds the filterDebtorPartyBankID to the get mandates params
func (*GetMandatesParams) WithFilterOrganisationID ¶
func (o *GetMandatesParams) WithFilterOrganisationID(filterOrganisationID []strfmt.UUID) *GetMandatesParams
WithFilterOrganisationID adds the filterOrganisationID to the get mandates params
func (*GetMandatesParams) WithFilterPaymentScheme ¶
func (o *GetMandatesParams) WithFilterPaymentScheme(filterPaymentScheme *string) *GetMandatesParams
WithFilterPaymentScheme adds the filterPaymentScheme to the get mandates params
func (*GetMandatesParams) WithFilterPaymentType ¶
func (o *GetMandatesParams) WithFilterPaymentType(filterPaymentType *string) *GetMandatesParams
WithFilterPaymentType adds the filterPaymentType to the get mandates params
func (*GetMandatesParams) WithFilterProcessingDateFrom ¶
func (o *GetMandatesParams) WithFilterProcessingDateFrom(filterProcessingDateFrom *strfmt.Date) *GetMandatesParams
WithFilterProcessingDateFrom adds the filterProcessingDateFrom to the get mandates params
func (*GetMandatesParams) WithFilterProcessingDateTo ¶
func (o *GetMandatesParams) WithFilterProcessingDateTo(filterProcessingDateTo *strfmt.Date) *GetMandatesParams
WithFilterProcessingDateTo adds the filterProcessingDateTo to the get mandates params
func (*GetMandatesParams) WithFilterReference ¶
func (o *GetMandatesParams) WithFilterReference(filterReference *string) *GetMandatesParams
WithFilterReference adds the filterReference to the get mandates params
func (*GetMandatesParams) WithFilterSchemeProcessingDateFrom ¶
func (o *GetMandatesParams) WithFilterSchemeProcessingDateFrom(filterSchemeProcessingDateFrom *strfmt.Date) *GetMandatesParams
WithFilterSchemeProcessingDateFrom adds the filterSchemeProcessingDateFrom to the get mandates params
func (*GetMandatesParams) WithFilterSchemeProcessingDateTo ¶
func (o *GetMandatesParams) WithFilterSchemeProcessingDateTo(filterSchemeProcessingDateTo *strfmt.Date) *GetMandatesParams
WithFilterSchemeProcessingDateTo adds the filterSchemeProcessingDateTo to the get mandates params
func (*GetMandatesParams) WithFilterSubmissionSubmissionDateFrom ¶
func (o *GetMandatesParams) WithFilterSubmissionSubmissionDateFrom(filterSubmissionSubmissionDateFrom *strfmt.DateTime) *GetMandatesParams
WithFilterSubmissionSubmissionDateFrom adds the filterSubmissionSubmissionDateFrom to the get mandates params
func (*GetMandatesParams) WithFilterSubmissionSubmissionDateTo ¶
func (o *GetMandatesParams) WithFilterSubmissionSubmissionDateTo(filterSubmissionSubmissionDateTo *strfmt.DateTime) *GetMandatesParams
WithFilterSubmissionSubmissionDateTo adds the filterSubmissionSubmissionDateTo to the get mandates params
func (*GetMandatesParams) WithFilterUniqueSchemeID ¶
func (o *GetMandatesParams) WithFilterUniqueSchemeID(filterUniqueSchemeID *string) *GetMandatesParams
WithFilterUniqueSchemeID adds the filterUniqueSchemeID to the get mandates params
func (*GetMandatesParams) WithHTTPClient ¶
func (o *GetMandatesParams) WithHTTPClient(client *http.Client) *GetMandatesParams
WithHTTPClient adds the HTTPClient to the get mandates params
func (*GetMandatesParams) WithPageNumber ¶
func (o *GetMandatesParams) WithPageNumber(pageNumber *string) *GetMandatesParams
WithPageNumber adds the pageNumber to the get mandates params
func (*GetMandatesParams) WithPageSize ¶
func (o *GetMandatesParams) WithPageSize(pageSize *int64) *GetMandatesParams
WithPageSize adds the pageSize to the get mandates params
func (*GetMandatesParams) WithTimeout ¶
func (o *GetMandatesParams) WithTimeout(timeout time.Duration) *GetMandatesParams
WithTimeout adds the timeout to the get mandates params
func (*GetMandatesParams) WriteToRequest ¶
func (o *GetMandatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetMandatesReader ¶
type GetMandatesReader struct {
// contains filtered or unexported fields
}
GetMandatesReader is a Reader for the GetMandates structure.
func (*GetMandatesReader) ReadResponse ¶
func (o *GetMandatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetMandatesServiceUnavailable ¶ added in v0.43.0
type GetMandatesServiceUnavailable struct {
}GetMandatesServiceUnavailable handles this case with default header values.
The server is up, but overloaded with requests. Try again later.
func NewGetMandatesServiceUnavailable ¶ added in v0.43.0
func NewGetMandatesServiceUnavailable() *GetMandatesServiceUnavailable
NewGetMandatesServiceUnavailable creates a GetMandatesServiceUnavailable with default headers values
func (*GetMandatesServiceUnavailable) Error ¶ added in v0.43.0
func (o *GetMandatesServiceUnavailable) Error() string
func (*GetMandatesServiceUnavailable) GetPayload ¶ added in v0.43.0
func (o *GetMandatesServiceUnavailable) GetPayload() *models.APIError
type GetMandatesTooManyRequests ¶ added in v0.43.0
GetMandatesTooManyRequests handles this case with default header values.
The request cannot be served due to the application’s rate limit
func NewGetMandatesTooManyRequests ¶ added in v0.43.0
func NewGetMandatesTooManyRequests() *GetMandatesTooManyRequests
NewGetMandatesTooManyRequests creates a GetMandatesTooManyRequests with default headers values
func (*GetMandatesTooManyRequests) Error ¶ added in v0.43.0
func (o *GetMandatesTooManyRequests) Error() string
func (*GetMandatesTooManyRequests) GetPayload ¶ added in v0.43.0
func (o *GetMandatesTooManyRequests) GetPayload() *models.APIError
type GetMandatesUnauthorized ¶ added in v0.43.0
type GetMandatesUnauthorized struct {
}GetMandatesUnauthorized handles this case with default header values.
Authentication credentials were missing or incorrect
func NewGetMandatesUnauthorized ¶ added in v0.43.0
func NewGetMandatesUnauthorized() *GetMandatesUnauthorized
NewGetMandatesUnauthorized creates a GetMandatesUnauthorized with default headers values
func (*GetMandatesUnauthorized) Error ¶ added in v0.43.0
func (o *GetMandatesUnauthorized) Error() string
func (*GetMandatesUnauthorized) GetPayload ¶ added in v0.43.0
func (o *GetMandatesUnauthorized) GetPayload() *models.APIError