marketplaceorderingapi

package
v59.4.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2021 License: MIT Imports: 2 Imported by: 214

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MarketplaceAgreementsClientAPI

type MarketplaceAgreementsClientAPI interface {
	Cancel(ctx context.Context, publisherID string, offerID string, planID string) (result marketplaceordering.AgreementTerms, err error)
	Create(ctx context.Context, publisherID string, offerID string, planID string, parameters marketplaceordering.AgreementTerms) (result marketplaceordering.AgreementTerms, err error)
	Get(ctx context.Context, publisherID string, offerID string, planID string) (result marketplaceordering.AgreementTerms, err error)
	GetAgreement(ctx context.Context, publisherID string, offerID string, planID string) (result marketplaceordering.AgreementTerms, err error)
	List(ctx context.Context) (result marketplaceordering.ListAgreementTerms, err error)
	Sign(ctx context.Context, publisherID string, offerID string, planID string) (result marketplaceordering.AgreementTerms, err error)
}

MarketplaceAgreementsClientAPI contains the set of methods on the MarketplaceAgreementsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result marketplaceordering.OperationListResultPage, err error)
	ListComplete(ctx context.Context) (result marketplaceordering.OperationListResultIterator, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL