Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace InvoiceSummary

Invoice list elements

Properties

Optional currency

currency: model.Currency

Optional internalInvoiceId

internalInvoiceId: undefined | string

PC invoice identifier

Optional invoiceAmount

invoiceAmount: undefined | number

Invoice amount Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional invoiceAmountAdjusted

invoiceAmountAdjusted: undefined | number

Invoice amount adjust Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional invoiceAmountApplied

invoiceAmountApplied: undefined | number

Invoice amount applied Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional invoiceAmountCredited

invoiceAmountCredited: undefined | number

Invoice amount credit Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional invoiceAmountDue

invoiceAmountDue: undefined | number

Invoice amount due Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional invoiceAmountInDispute

invoiceAmountInDispute: undefined | number

Invoice amount in dispute Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

invoiceId

invoiceId: string

Invoice identifier

Optional invoiceNumber

invoiceNumber: undefined | string

Invoice external reference

Optional invoicePoNumber

invoicePoNumber: undefined | string

Invoice PO number

Optional invoiceRefNumber

invoiceRefNumber: undefined | string

Invoice reference number

Optional invoiceStatus

invoiceStatus: InvoiceStatus

Invoice status

Optional invoiceType

invoiceType: InvoiceType

Type of invoice

Optional isCreditCardPayable

isCreditCardPayable: undefined | false | true

Is credit card payment eligible

Optional isDisplayDownloadPdf

isDisplayDownloadPdf: undefined | false | true

Is pdf download access allowed

Optional isDisplayViewPdf

isDisplayViewPdf: undefined | false | true

Is view access allowed

Optional isPaid

isPaid: undefined | false | true

Is the invoice has been already payed

Optional isPayable

isPayable: undefined | false | true

Whether invoice can be payed

Optional isPaymentFailed

isPaymentFailed: undefined | false | true

Is the last payment failed

Optional isPdfEmailAvailable

isPdfEmailAvailable: undefined | false | true

Is emailing pdf allowed

Optional lastPaymentDetail

Optional partyName

partyName: undefined | string

Name of the bill to customer

Optional subscriptionIds

subscriptionIds: Array<string>

List of subscription identifiers

Optional timeInvoice

timeInvoice: Date

Date of invoice

Optional timeInvoiceDue

timeInvoiceDue: Date

Due date of invoice amount

Functions

getDeserializedJsonObj

getJsonObj