Click or drag to resize
Infosoft Logo

AddOnPriceExchange Class

An add on price exchange.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.SubscriptionsAddOnPriceExchange

Namespace: Infosoft.Common.Contracts.DataContracts.Subscriptions
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class AddOnPriceExchange

The AddOnPriceExchange type exposes the following members.

Constructors
 NameDescription
Public methodAddOnPriceExchangeInitializes a new instance of the AddOnPriceExchange class
Top
Properties
 NameDescription
Public propertyAddOn_Id Gets or sets the identifier of the add on.
Public propertyAddOnCode Gets or sets the add on code.
Public propertyAddOnPrice_Id Gets or sets the identifier of the add on price.
Public propertyAmount Gets or sets the amount.
Public propertyConcurrencyToken Gets or sets the concurrency token.
Public propertyCurrency_Id Gets or sets the identifier of the currency.
Public propertyCurrencyCode Gets or sets the currency code.
Public propertyEndDate Gets or sets the end date.
Public propertyFreePeriod Gets or sets a value indicating whether the free period.
Public propertyInvoiceText Gets or sets the invoice text.
Public propertyLastChangedBy Gets or sets who last changed this object.
Public propertyLastChangedDate Gets or sets the last changed date.
Public propertyStartDate Gets or sets the start date.
Public propertyTax_Id Gets or sets the identifier of the tax.
Public propertyTaxCode Gets or sets the tax code.
Public propertyTerm_Id Gets or sets the identifier of the term.
Top
Remarks
Hanmsoll, 21.10.2021.
See Also