Click or drag to resize
Infosoft Logo

AddOnDeliveryExchange Class

An add on delivery exchange.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.SubscriptionsAddOnDeliveryExchange

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

The AddOnDeliveryExchange type exposes the following members.

Constructors
 NameDescription
Public methodAddOnDeliveryExchangeInitializes a new instance of the AddOnDeliveryExchange class
Top
Properties
 NameDescription
Public propertyAddOnCode Gets or sets the identifier of the add on.
Public propertyAddOnId Gets or sets the identifier of the add on.
Public propertyDayPrice Gets or sets the day price.
Public propertyDeliveryId Gets or sets the identifier of the delivery.
Public propertyEndDate Gets or sets the end date.
Public propertyInvoiceTransactionId Gets or sets the identifier of the invoice transaction.
Public propertyIsFreeUntilStart Gets or sets a value indicating whether this object is free until start.
Public propertyNumEditions Gets or sets the number of editions.
Public propertyOriginalDayPrice Gets or sets the original day price.
Public propertyStartDate Gets or sets the start date.
Public propertyTaxId Gets or sets the identifier of the tax.
Top
Remarks
Hanmsoll, 21.10.2021.
See Also