Click or drag to resize
Infosoft Logo

SubscriptionInvoiceTransactionData Class

Defines data for a single invoice transaction associated with a subscription invoice.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOSubscriptionInvoiceTransactionData

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

The SubscriptionInvoiceTransactionData type exposes the following members.

Properties
 NameDescription
Public propertyAmount Gets or sets the amount.
Public propertyAmountPaid Gets or sets the amount that has been paid.
Public propertyAmountWithTax Gets or sets the amount with tax.
Public propertyCurrencyCode Gets or sets the currency code.
Public propertyDeliveryEndDate Gets or sets the end date of the subscription delivery that this invoice transaction covers.
Public propertyDeliveryStartDate Gets or sets the start date of the subscription delivery that this invoice transaction covers.
Public propertyIsPaid Gets or sets a value indicating whether this invoice transaction has been fully paid.
Public propertyText Gets or sets a custom text for the invoice transaction.
Top
See Also