IBillingProfile Interface

Definition

Encapsulates behavior of a billing profile.

public interface IBillingProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.BillingProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IBillingProfile = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<BillingProfile>
    interface IEntityUpdateOperations<BillingProfile>
Public Interface IBillingProfile
Implements IEntityGetOperations(Of BillingProfile), IEntityUpdateOperations(Of BillingProfile), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves a partner's billing profile.

GetAsync()

Asynchronously retrieves a partner's billing profile.

Update(BillingProfile)

Updates the partner's billing profile.

Update(T)

Updates an entity.

(Inherited from IEntityUpdateOperations<T>)
UpdateAsync(BillingProfile)

Asynchronously updates the partner's billing profile.

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to