IInvoiceSummary Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all the operations that can be done on an invoice summary.
public interface IInvoiceSummary : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Invoices.InvoiceSummary>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IInvoiceSummary = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityGetOperations<InvoiceSummary>
Public Interface IInvoiceSummary
Implements IEntityGetOperations(Of InvoiceSummary), 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 the invoice summary. This operation is currently only supported for user based credentials. |
GetAsync() |
Asynchronously retrieves the invoice summary. This operation is currently only supported for user based credentials. |