Click or drag to resize

ResourcePricingEntity Class

Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Domains.Common.EntitiesDomainPricingEntity
    Aruba.Cloud.Domains.Common.EntitiesResourcePricingEntity

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 ResourcePricingEntity : DomainPricingEntity

The ResourcePricingEntity type exposes the following members.

Constructors
  NameDescription
Public methodResourcePricingEntity
Initializes a new instance of the ResourcePricingEntity class
Top
Properties
  NameDescription
Public propertyCurrencyCode
Currency code
(Inherited from DomainPricingEntity.)
Public propertyPrice
Price expressed as a decimal value
(Inherited from DomainPricingEntity.)
Public propertyPricyingTypes
PricyingTypes indicates whether the price refers to FirstPurchase, Renew, Redeem or ChangeOwnerShip
(Inherited from DomainPricingEntity.)
Public propertyProductID
Product ID
(Inherited from DomainPricingEntity.)
Public propertyProductStatus
Product status can be Available or NotAvailable
(Inherited from DomainPricingEntity.)
Public propertyResourceType
ResourceType indicates whether it is about Domain or DomainPrivacy
Public propertyUserOffer
UserOffer indicates any offer available for purchase
(Inherited from DomainPricingEntity.)
Top
See Also