new module:model/DowngradePlanUpdateResponse()
Constructs a new DowngradePlanUpdateResponse
.
Members
(inner) accountPaymentMethod :String
Type:
- String
(inner) discountApplied :String
Type:
- String
(inner) downgradeEffectiveDate :String
Type:
- String
(inner) downgradePaymentCycle :String
Type:
- String
(inner) downgradePlanId :String
Type:
- String
(inner) downgradePlanName :String
Type:
- String
(inner) downgradeRequestStatus :String
Type:
- String
(inner) message :String
Type:
- String
(inner) productId :String
Type:
- String
(inner) promoCode :String
Type:
- String
(inner) saleDiscount :String
Type:
- String
(inner) saleDiscountPeriods :String
Type:
- String
(inner) saleDiscountType :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/DowngradePlanUpdateResponse}
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.