module:model/DowngradePlanUpdateResponse

module:model/DowngradePlanUpdateResponse

new module:model/DowngradePlanUpdateResponse()

Source:

Constructs a new DowngradePlanUpdateResponse.

Members

(inner) accountPaymentMethod :String

Source:
Type:
  • String

(inner) discountApplied :String

Source:
Type:
  • String

(inner) downgradeEffectiveDate :String

Source:
Type:
  • String

(inner) downgradePaymentCycle :String

Source:
Type:
  • String

(inner) downgradePlanId :String

Source:
Type:
  • String

(inner) downgradePlanName :String

Source:
Type:
  • String

(inner) downgradeRequestStatus :String

Source:
Type:
  • String

(inner) message :String

Source:
Type:
  • String

(inner) productId :String

Source:
Type:
  • String

(inner) promoCode :String

Source:
Type:
  • String

(inner) saleDiscount :String

Source:
Type:
  • String

(inner) saleDiscountPeriods :String

Source:
Type:
  • String

(inner) saleDiscountType :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/DowngradePlanUpdateResponse}

Source:

Constructs a DowngradePlanUpdateResponse from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/DowngradePlanUpdateResponse

Optional instance to populate.

Returns:

The populated DowngradePlanUpdateResponse instance.

Type
module:model/DowngradePlanUpdateResponse