Versions in this module Expand all Collapse all v0 v0.0.3 Jul 1, 2020 v0.0.2 Jul 1, 2020 Changes in this version + type Client struct + func (a *Client) DeletePurchases(params *DeletePurchasesParams) (*DeletePurchasesOK, error) + func (a *Client) GetPurchases(params *GetPurchasesParams) (*GetPurchasesOK, error) + func (a *Client) PostPurchases(params *PostPurchasesParams) (*PostPurchasesOK, error) + func (a *Client) PutCustomFieldPurchases(params *PutCustomFieldPurchasesParams) (*PutCustomFieldPurchasesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + DeletePurchases func(params *DeletePurchasesParams) (*DeletePurchasesOK, error) + GetPurchases func(params *GetPurchasesParams) (*GetPurchasesOK, error) + PostPurchases func(params *PostPurchasesParams) (*PostPurchasesOK, error) + PutCustomFieldPurchases func(params *PutCustomFieldPurchasesParams) (*PutCustomFieldPurchasesOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type DeletePurchasesBadRequest struct + func NewDeletePurchasesBadRequest() *DeletePurchasesBadRequest + func (o *DeletePurchasesBadRequest) Error() string + type DeletePurchasesForbidden struct + func NewDeletePurchasesForbidden() *DeletePurchasesForbidden + func (o *DeletePurchasesForbidden) Error() string + type DeletePurchasesGone struct + func NewDeletePurchasesGone() *DeletePurchasesGone + func (o *DeletePurchasesGone) Error() string + type DeletePurchasesInternalServerError struct + func NewDeletePurchasesInternalServerError() *DeletePurchasesInternalServerError + func (o *DeletePurchasesInternalServerError) Error() string + type DeletePurchasesMethodNotAllowed struct + func NewDeletePurchasesMethodNotAllowed() *DeletePurchasesMethodNotAllowed + func (o *DeletePurchasesMethodNotAllowed) Error() string + type DeletePurchasesNotFound struct + func NewDeletePurchasesNotFound() *DeletePurchasesNotFound + func (o *DeletePurchasesNotFound) Error() string + type DeletePurchasesOK struct + Payload *DeletePurchasesOKBody + func NewDeletePurchasesOK() *DeletePurchasesOK + func (o *DeletePurchasesOK) Error() string + func (o *DeletePurchasesOK) GetPayload() *DeletePurchasesOKBody + type DeletePurchasesOKBody struct + Deleted interface{} + ID interface{} + func (o *DeletePurchasesOKBody) MarshalBinary() ([]byte, error) + func (o *DeletePurchasesOKBody) UnmarshalBinary(b []byte) error + func (o *DeletePurchasesOKBody) Validate(formats strfmt.Registry) error + type DeletePurchasesParams struct + Context context.Context + HTTPClient *http.Client + ID int64 + func NewDeletePurchasesParams() *DeletePurchasesParams + func NewDeletePurchasesParamsWithContext(ctx context.Context) *DeletePurchasesParams + func NewDeletePurchasesParamsWithHTTPClient(client *http.Client) *DeletePurchasesParams + func NewDeletePurchasesParamsWithTimeout(timeout time.Duration) *DeletePurchasesParams + func (o *DeletePurchasesParams) SetContext(ctx context.Context) + func (o *DeletePurchasesParams) SetHTTPClient(client *http.Client) + func (o *DeletePurchasesParams) SetID(id int64) + func (o *DeletePurchasesParams) SetTimeout(timeout time.Duration) + func (o *DeletePurchasesParams) WithContext(ctx context.Context) *DeletePurchasesParams + func (o *DeletePurchasesParams) WithHTTPClient(client *http.Client) *DeletePurchasesParams + func (o *DeletePurchasesParams) WithID(id int64) *DeletePurchasesParams + func (o *DeletePurchasesParams) WithTimeout(timeout time.Duration) *DeletePurchasesParams + func (o *DeletePurchasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeletePurchasesReader struct + func (o *DeletePurchasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeletePurchasesServiceUnavailable struct + func NewDeletePurchasesServiceUnavailable() *DeletePurchasesServiceUnavailable + func (o *DeletePurchasesServiceUnavailable) Error() string + type DeletePurchasesUnauthorized struct + func NewDeletePurchasesUnauthorized() *DeletePurchasesUnauthorized + func (o *DeletePurchasesUnauthorized) Error() string + type GetPurchasesBadRequest struct + func NewGetPurchasesBadRequest() *GetPurchasesBadRequest + func (o *GetPurchasesBadRequest) Error() string + type GetPurchasesForbidden struct + func NewGetPurchasesForbidden() *GetPurchasesForbidden + func (o *GetPurchasesForbidden) Error() string + type GetPurchasesGone struct + func NewGetPurchasesGone() *GetPurchasesGone + func (o *GetPurchasesGone) Error() string + type GetPurchasesInternalServerError struct + func NewGetPurchasesInternalServerError() *GetPurchasesInternalServerError + func (o *GetPurchasesInternalServerError) Error() string + type GetPurchasesMethodNotAllowed struct + func NewGetPurchasesMethodNotAllowed() *GetPurchasesMethodNotAllowed + func (o *GetPurchasesMethodNotAllowed) Error() string + type GetPurchasesNotFound struct + func NewGetPurchasesNotFound() *GetPurchasesNotFound + func (o *GetPurchasesNotFound) Error() string + type GetPurchasesOK struct + Payload *models.Purchases + func NewGetPurchasesOK() *GetPurchasesOK + func (o *GetPurchasesOK) Error() string + func (o *GetPurchasesOK) GetPayload() *models.Purchases + type GetPurchasesParams struct + Building *string + Completed *string + Context context.Context + CostCenter *string + HTTPClient *http.Client + OrderNo *string + PurchaseID *string + Vendor *string + func NewGetPurchasesParams() *GetPurchasesParams + func NewGetPurchasesParamsWithContext(ctx context.Context) *GetPurchasesParams + func NewGetPurchasesParamsWithHTTPClient(client *http.Client) *GetPurchasesParams + func NewGetPurchasesParamsWithTimeout(timeout time.Duration) *GetPurchasesParams + func (o *GetPurchasesParams) SetBuilding(building *string) + func (o *GetPurchasesParams) SetCompleted(completed *string) + func (o *GetPurchasesParams) SetContext(ctx context.Context) + func (o *GetPurchasesParams) SetCostCenter(costCenter *string) + func (o *GetPurchasesParams) SetHTTPClient(client *http.Client) + func (o *GetPurchasesParams) SetOrderNo(orderNo *string) + func (o *GetPurchasesParams) SetPurchaseID(purchaseID *string) + func (o *GetPurchasesParams) SetTimeout(timeout time.Duration) + func (o *GetPurchasesParams) SetVendor(vendor *string) + func (o *GetPurchasesParams) WithBuilding(building *string) *GetPurchasesParams + func (o *GetPurchasesParams) WithCompleted(completed *string) *GetPurchasesParams + func (o *GetPurchasesParams) WithContext(ctx context.Context) *GetPurchasesParams + func (o *GetPurchasesParams) WithCostCenter(costCenter *string) *GetPurchasesParams + func (o *GetPurchasesParams) WithHTTPClient(client *http.Client) *GetPurchasesParams + func (o *GetPurchasesParams) WithOrderNo(orderNo *string) *GetPurchasesParams + func (o *GetPurchasesParams) WithPurchaseID(purchaseID *string) *GetPurchasesParams + func (o *GetPurchasesParams) WithTimeout(timeout time.Duration) *GetPurchasesParams + func (o *GetPurchasesParams) WithVendor(vendor *string) *GetPurchasesParams + func (o *GetPurchasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetPurchasesReader struct + func (o *GetPurchasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetPurchasesServiceUnavailable struct + func NewGetPurchasesServiceUnavailable() *GetPurchasesServiceUnavailable + func (o *GetPurchasesServiceUnavailable) Error() string + type GetPurchasesUnauthorized struct + func NewGetPurchasesUnauthorized() *GetPurchasesUnauthorized + func (o *GetPurchasesUnauthorized) Error() string + type PostPurchasesBadRequest struct + func NewPostPurchasesBadRequest() *PostPurchasesBadRequest + func (o *PostPurchasesBadRequest) Error() string + type PostPurchasesForbidden struct + func NewPostPurchasesForbidden() *PostPurchasesForbidden + func (o *PostPurchasesForbidden) Error() string + type PostPurchasesGone struct + func NewPostPurchasesGone() *PostPurchasesGone + func (o *PostPurchasesGone) Error() string + type PostPurchasesInternalServerError struct + func NewPostPurchasesInternalServerError() *PostPurchasesInternalServerError + func (o *PostPurchasesInternalServerError) Error() string + type PostPurchasesMethodNotAllowed struct + func NewPostPurchasesMethodNotAllowed() *PostPurchasesMethodNotAllowed + func (o *PostPurchasesMethodNotAllowed) Error() string + type PostPurchasesNotFound struct + func NewPostPurchasesNotFound() *PostPurchasesNotFound + func (o *PostPurchasesNotFound) Error() string + type PostPurchasesOK struct + Payload *PostPurchasesOKBody + func NewPostPurchasesOK() *PostPurchasesOK + func (o *PostPurchasesOK) Error() string + func (o *PostPurchasesOK) GetPayload() *PostPurchasesOKBody + type PostPurchasesOKBody struct + Code interface{} + Msg interface{} + func (o *PostPurchasesOKBody) MarshalBinary() ([]byte, error) + func (o *PostPurchasesOKBody) UnmarshalBinary(b []byte) error + func (o *PostPurchasesOKBody) Validate(formats strfmt.Registry) error + type PostPurchasesParams struct + Completed *string + Context context.Context + Cost *string + CostCenter *string + Groups *string + HTTPClient *http.Client + LineAssetIds *string + LineBuildingIds *string + LineCancelPolicy *string + LineCertificateIds *string + LineCircuitIds *string + LineCircuits *string + LineCompleted *string + LineContractID *string + LineContractType *string + LineCost *string + LineCostCenter *string + LineCustomer *string + LineDeviceAssetNos *string + LineDeviceOsIds *string + LineDeviceSerialNos *string + LineDevices *string + LineEndDate *string + LineFrequency *string + LineItemType *string + LineName *string + LineNo *string + LineNotes *string + LinePartIds *string + LineQuantity *string + LineRackIds *string + LineRenewDate *string + LineRoomIds *string + LineServiceType *string + LineSoftwareIds *string + LineStartDate *string + LineType *string + Notes *string + OrderNo *string + PoDate *string + PurchaseID *string + Vendor *string + func NewPostPurchasesParams() *PostPurchasesParams + func NewPostPurchasesParamsWithContext(ctx context.Context) *PostPurchasesParams + func NewPostPurchasesParamsWithHTTPClient(client *http.Client) *PostPurchasesParams + func NewPostPurchasesParamsWithTimeout(timeout time.Duration) *PostPurchasesParams + func (o *PostPurchasesParams) SetCompleted(completed *string) + func (o *PostPurchasesParams) SetContext(ctx context.Context) + func (o *PostPurchasesParams) SetCost(cost *string) + func (o *PostPurchasesParams) SetCostCenter(costCenter *string) + func (o *PostPurchasesParams) SetGroups(groups *string) + func (o *PostPurchasesParams) SetHTTPClient(client *http.Client) + func (o *PostPurchasesParams) SetLineAssetIds(lineAssetIds *string) + func (o *PostPurchasesParams) SetLineBuildingIds(lineBuildingIds *string) + func (o *PostPurchasesParams) SetLineCancelPolicy(lineCancelPolicy *string) + func (o *PostPurchasesParams) SetLineCertificateIds(lineCertificateIds *string) + func (o *PostPurchasesParams) SetLineCircuitIds(lineCircuitIds *string) + func (o *PostPurchasesParams) SetLineCircuits(lineCircuits *string) + func (o *PostPurchasesParams) SetLineCompleted(lineCompleted *string) + func (o *PostPurchasesParams) SetLineContractID(lineContractID *string) + func (o *PostPurchasesParams) SetLineContractType(lineContractType *string) + func (o *PostPurchasesParams) SetLineCost(lineCost *string) + func (o *PostPurchasesParams) SetLineCostCenter(lineCostCenter *string) + func (o *PostPurchasesParams) SetLineCustomer(lineCustomer *string) + func (o *PostPurchasesParams) SetLineDeviceAssetNos(lineDeviceAssetNos *string) + func (o *PostPurchasesParams) SetLineDeviceOsIds(lineDeviceOsIds *string) + func (o *PostPurchasesParams) SetLineDeviceSerialNos(lineDeviceSerialNos *string) + func (o *PostPurchasesParams) SetLineDevices(lineDevices *string) + func (o *PostPurchasesParams) SetLineEndDate(lineEndDate *string) + func (o *PostPurchasesParams) SetLineFrequency(lineFrequency *string) + func (o *PostPurchasesParams) SetLineItemType(lineItemType *string) + func (o *PostPurchasesParams) SetLineName(lineName *string) + func (o *PostPurchasesParams) SetLineNo(lineNo *string) + func (o *PostPurchasesParams) SetLineNotes(lineNotes *string) + func (o *PostPurchasesParams) SetLinePartIds(linePartIds *string) + func (o *PostPurchasesParams) SetLineQuantity(lineQuantity *string) + func (o *PostPurchasesParams) SetLineRackIds(lineRackIds *string) + func (o *PostPurchasesParams) SetLineRenewDate(lineRenewDate *string) + func (o *PostPurchasesParams) SetLineRoomIds(lineRoomIds *string) + func (o *PostPurchasesParams) SetLineServiceType(lineServiceType *string) + func (o *PostPurchasesParams) SetLineSoftwareIds(lineSoftwareIds *string) + func (o *PostPurchasesParams) SetLineStartDate(lineStartDate *string) + func (o *PostPurchasesParams) SetLineType(lineType *string) + func (o *PostPurchasesParams) SetNotes(notes *string) + func (o *PostPurchasesParams) SetOrderNo(orderNo *string) + func (o *PostPurchasesParams) SetPoDate(poDate *string) + func (o *PostPurchasesParams) SetPurchaseID(purchaseID *string) + func (o *PostPurchasesParams) SetTimeout(timeout time.Duration) + func (o *PostPurchasesParams) SetVendor(vendor *string) + func (o *PostPurchasesParams) WithCompleted(completed *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithContext(ctx context.Context) *PostPurchasesParams + func (o *PostPurchasesParams) WithCost(cost *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithCostCenter(costCenter *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithGroups(groups *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithHTTPClient(client *http.Client) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineAssetIds(lineAssetIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineBuildingIds(lineBuildingIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCancelPolicy(lineCancelPolicy *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCertificateIds(lineCertificateIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCircuitIds(lineCircuitIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCircuits(lineCircuits *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCompleted(lineCompleted *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineContractID(lineContractID *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineContractType(lineContractType *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCost(lineCost *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCostCenter(lineCostCenter *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineCustomer(lineCustomer *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineDeviceAssetNos(lineDeviceAssetNos *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineDeviceOsIds(lineDeviceOsIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineDeviceSerialNos(lineDeviceSerialNos *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineDevices(lineDevices *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineEndDate(lineEndDate *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineFrequency(lineFrequency *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineItemType(lineItemType *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineName(lineName *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineNo(lineNo *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineNotes(lineNotes *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLinePartIds(linePartIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineQuantity(lineQuantity *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineRackIds(lineRackIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineRenewDate(lineRenewDate *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineRoomIds(lineRoomIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineServiceType(lineServiceType *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineSoftwareIds(lineSoftwareIds *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineStartDate(lineStartDate *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithLineType(lineType *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithNotes(notes *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithOrderNo(orderNo *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithPoDate(poDate *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithPurchaseID(purchaseID *string) *PostPurchasesParams + func (o *PostPurchasesParams) WithTimeout(timeout time.Duration) *PostPurchasesParams + func (o *PostPurchasesParams) WithVendor(vendor *string) *PostPurchasesParams + func (o *PostPurchasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PostPurchasesReader struct + func (o *PostPurchasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PostPurchasesServiceUnavailable struct + func NewPostPurchasesServiceUnavailable() *PostPurchasesServiceUnavailable + func (o *PostPurchasesServiceUnavailable) Error() string + type PostPurchasesUnauthorized struct + func NewPostPurchasesUnauthorized() *PostPurchasesUnauthorized + func (o *PostPurchasesUnauthorized) Error() string + type PutCustomFieldPurchasesBadRequest struct + func NewPutCustomFieldPurchasesBadRequest() *PutCustomFieldPurchasesBadRequest + func (o *PutCustomFieldPurchasesBadRequest) Error() string + type PutCustomFieldPurchasesForbidden struct + func NewPutCustomFieldPurchasesForbidden() *PutCustomFieldPurchasesForbidden + func (o *PutCustomFieldPurchasesForbidden) Error() string + type PutCustomFieldPurchasesGone struct + func NewPutCustomFieldPurchasesGone() *PutCustomFieldPurchasesGone + func (o *PutCustomFieldPurchasesGone) Error() string + type PutCustomFieldPurchasesInternalServerError struct + func NewPutCustomFieldPurchasesInternalServerError() *PutCustomFieldPurchasesInternalServerError + func (o *PutCustomFieldPurchasesInternalServerError) Error() string + type PutCustomFieldPurchasesMethodNotAllowed struct + func NewPutCustomFieldPurchasesMethodNotAllowed() *PutCustomFieldPurchasesMethodNotAllowed + func (o *PutCustomFieldPurchasesMethodNotAllowed) Error() string + type PutCustomFieldPurchasesNotFound struct + func NewPutCustomFieldPurchasesNotFound() *PutCustomFieldPurchasesNotFound + func (o *PutCustomFieldPurchasesNotFound) Error() string + type PutCustomFieldPurchasesOK struct + Payload *PutCustomFieldPurchasesOKBody + func NewPutCustomFieldPurchasesOK() *PutCustomFieldPurchasesOK + func (o *PutCustomFieldPurchasesOK) Error() string + func (o *PutCustomFieldPurchasesOK) GetPayload() *PutCustomFieldPurchasesOKBody + type PutCustomFieldPurchasesOKBody struct + Code interface{} + Msg interface{} + func (o *PutCustomFieldPurchasesOKBody) MarshalBinary() ([]byte, error) + func (o *PutCustomFieldPurchasesOKBody) UnmarshalBinary(b []byte) error + func (o *PutCustomFieldPurchasesOKBody) Validate(formats strfmt.Registry) error + type PutCustomFieldPurchasesParams struct + AddToPicklist *string + BulkFields *string + ClearValue *string + Context context.Context + HTTPClient *http.Client + Key string + Notes *string + OrderNo string + RelatedFieldName *string + Type *string + Value *string + func NewPutCustomFieldPurchasesParams() *PutCustomFieldPurchasesParams + func NewPutCustomFieldPurchasesParamsWithContext(ctx context.Context) *PutCustomFieldPurchasesParams + func NewPutCustomFieldPurchasesParamsWithHTTPClient(client *http.Client) *PutCustomFieldPurchasesParams + func NewPutCustomFieldPurchasesParamsWithTimeout(timeout time.Duration) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) SetAddToPicklist(addToPicklist *string) + func (o *PutCustomFieldPurchasesParams) SetBulkFields(bulkFields *string) + func (o *PutCustomFieldPurchasesParams) SetClearValue(clearValue *string) + func (o *PutCustomFieldPurchasesParams) SetContext(ctx context.Context) + func (o *PutCustomFieldPurchasesParams) SetHTTPClient(client *http.Client) + func (o *PutCustomFieldPurchasesParams) SetKey(key string) + func (o *PutCustomFieldPurchasesParams) SetNotes(notes *string) + func (o *PutCustomFieldPurchasesParams) SetOrderNo(orderNo string) + func (o *PutCustomFieldPurchasesParams) SetRelatedFieldName(relatedFieldName *string) + func (o *PutCustomFieldPurchasesParams) SetTimeout(timeout time.Duration) + func (o *PutCustomFieldPurchasesParams) SetType(typeVar *string) + func (o *PutCustomFieldPurchasesParams) SetValue(value *string) + func (o *PutCustomFieldPurchasesParams) WithAddToPicklist(addToPicklist *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithBulkFields(bulkFields *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithClearValue(clearValue *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithContext(ctx context.Context) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithHTTPClient(client *http.Client) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithKey(key string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithNotes(notes *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithOrderNo(orderNo string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithRelatedFieldName(relatedFieldName *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithTimeout(timeout time.Duration) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithType(typeVar *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WithValue(value *string) *PutCustomFieldPurchasesParams + func (o *PutCustomFieldPurchasesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type PutCustomFieldPurchasesReader struct + func (o *PutCustomFieldPurchasesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type PutCustomFieldPurchasesServiceUnavailable struct + func NewPutCustomFieldPurchasesServiceUnavailable() *PutCustomFieldPurchasesServiceUnavailable + func (o *PutCustomFieldPurchasesServiceUnavailable) Error() string + type PutCustomFieldPurchasesUnauthorized struct + func NewPutCustomFieldPurchasesUnauthorized() *PutCustomFieldPurchasesUnauthorized + func (o *PutCustomFieldPurchasesUnauthorized) Error() string