Click or drag to resize
IProductAvailability Interface

[This is preliminary documentation and is subject to change.]

The availability for a product

Namespace: Netadmin.Management.Order.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProductAvailability

The IProductAvailability type exposes the following members.

Properties
  NameDescription
Public propertyAvailabilityAvailability
If it is available or not
Public propertyNullableT, T: Int32DeliveryDays
How many days it takes to deliver
Public propertyNullableT, T: DateTimeEarliestPossibleCustomerRequiredDate
The earliest possible date it can be delivered
Public propertyStringMessage
"Message to describe why a product may not be available"
Public propertyIProductInformationProduct
The product
Public propertyNullableT, T: TimeSpanProvisioningDuration
How long time the connection job is estimated to run
Top
See Also