Click or drag to resize
Infosoft Logo

SubscriptionInvoiceData Class

Defines data for an invoice associated with a subscription.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOSubscriptionInvoiceData

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class SubscriptionInvoiceData : IExtensibleDataObject

The SubscriptionInvoiceData type exposes the following members.

Properties
 NameDescription
Public propertyCustomerIdentifier Gets or sets the customer identifier (e.g. KID).
Public propertyCustomerNumber Gets or sets the customer number.
Public propertyDeliveryEndDate Gets or sets the end date of the subscription delivery that this invoice covers.
Public propertyDeliveryStartDate Gets or sets the start date of the subscription delivery that this invoice covers.
Public propertyDueDate Gets or sets the due date.
Public propertyEliminationDate Gets or sets the elimination date.
Public propertyFeeAmount Gets or sets the fee amount.
Public propertyFeeAmountWithTax Gets or sets the fee amount including taxes.
Public propertyInvoiceDate Gets or sets the invoice date.
Public propertyInvoiceNumber Gets or sets the invoice number.
Public propertyInvoiceTransactions Gets or sets the invoice transactions associated with the invoice.
Public propertyInvoiceType Gets or sets the type of the invoice.
Public propertyIsPaid Gets or sets a value indicating whether this invoice has been paid.
Public propertyNoTaxBasis Gets or sets the part of the amount that does not contribute to taxes.
Public propertyTax Gets or sets the tax.
Public propertyTaxBasis Gets or sets the part of the amount that contributes to taxes.
Public propertyTitleCode Gets or sets the title code.
Public propertyTotalAmount Gets or sets the total amount.
Top
See Also