Click or drag to resize

DomainPricingEntity Class

DomainPricingEntity is the class with info about domain pricing
Inheritance Hierarchy

Namespace:  Aruba.Cloud.Domains.Common.Entities
Assembly:  Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class DomainPricingEntity

The DomainPricingEntity type exposes the following members.

Constructors
  NameDescription
Public methodDomainPricingEntity
Initializes a new instance of the DomainPricingEntity class
Top
Properties
  NameDescription
Public propertyCurrencyCode
Currency code
Public propertyPrice
Price expressed as a decimal value
Public propertyPricyingTypes
PricyingTypes indicates whether the price refers to FirstPurchase, Renew, Redeem or ChangeOwnerShip
Public propertyProductID
Product ID
Public propertyProductStatus
Product status can be Available or NotAvailable
Public propertyUserOffer
UserOffer indicates any offer available for purchase
Top
See Also