InvoiceSummary Class

Definition

Represents a summary of the partner's monthly bills.

public sealed class InvoiceSummary : Microsoft.Store.PartnerCenter.Models.ResourceBaseWithLinks<Microsoft.Store.PartnerCenter.Models.StandardResourceLinks>
type InvoiceSummary = class
    inherit ResourceBaseWithLinks<StandardResourceLinks>
Public NotInheritable Class InvoiceSummary
Inherits ResourceBaseWithLinks(Of StandardResourceLinks)
Inheritance

Constructors

InvoiceSummary()

Properties

AccountingDate

Gets or sets the date the balance amount was last updated.

Attributes

Gets the attributes.

(Inherited from ResourceBase)
BalanceAmount

Gets or sets the balance amount. This is the total amount of unpaid bills.

CurrencyCode

Gets or sets the currency code for the balance amount.

CurrencySymbol

Gets or sets the currency symbol used for all invoice item amounts and totals.

Details

Gets or sets the details include invoice summary from recurring, perpetual.

FirstInvoiceCreationDate

Gets or sets the date on which the first invoice was created.

LastPaymentAmount

Gets or sets the last payment amount.

LastPaymentDate

Gets or sets the last payment date.

LatestInvoiceDate

Gets or sets the date of latest invoice.

Links

Gets or sets the resource links.

(Inherited from ResourceBaseWithLinks<TLinks>)

Applies to