Click or drag to resize

PromoCodeOffer Class

The promo code specific offer object
Inheritance Hierarchy
SystemObject
  Aruba.Cloud.Common.EntitiesUserOffer
    Aruba.Cloud.Common.EntitiesPromoCodeOffer

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

The PromoCodeOffer type exposes the following members.

Constructors
  NameDescription
Public methodPromoCodeOffer
Initializes a new instance of the PromoCodeOffer class
Top
Properties
  NameDescription
Public propertyCallToActionLink
CallToActionLink
(Inherited from UserOffer.)
Public propertyDescriptions
Description of the offer in the language
(Inherited from UserOffer.)
Public propertyDuration
Duration of the offer in hours
(Inherited from UserOffer.)
Public propertyPeriodA
End date of validity
(Inherited from UserOffer.)
Public propertyPeriodFrom
Start date of validity
(Inherited from UserOffer.)
Public propertyPrice
Offer price
(Inherited from UserOffer.)
Public propertyProductId
ProductId of the offer (it can be ProducId or OfferingProductId)
(Inherited from UserOffer.)
Public propertyProductName
Product name
(Inherited from UserOffer.)
Public propertyUserPromoCodes
A List of UserPromoCpde object
Top
See Also