Class: HighLevel::Models::Marketplace::SubscriptionPlanDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::SubscriptionPlanDTO
- Defined in:
- lib/high_level/models/marketplace/subscription_plan_dto.rb
Instance Attribute Summary collapse
-
#base_amount ⇒ Object
readonly
Returns the value of attribute base_amount.
-
#features ⇒ Object
readonly
Returns the value of attribute features.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payment_time ⇒ Object
readonly
Returns the value of attribute payment_time.
-
#payment_type ⇒ Object
readonly
Returns the value of attribute payment_type.
-
#plan_id ⇒ Object
readonly
Returns the value of attribute plan_id.
-
#reselling_amount ⇒ Object
readonly
Returns the value of attribute reselling_amount.
Instance Attribute Details
#base_amount ⇒ Object (readonly)
Returns the value of attribute base_amount
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def base_amount @base_amount end |
#features ⇒ Object (readonly)
Returns the value of attribute features
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def features @features end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def name @name end |
#payment_time ⇒ Object (readonly)
Returns the value of attribute payment_time
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def payment_time @payment_time end |
#payment_type ⇒ Object (readonly)
Returns the value of attribute payment_type
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def payment_type @payment_type end |
#plan_id ⇒ Object (readonly)
Returns the value of attribute plan_id
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def plan_id @plan_id end |
#reselling_amount ⇒ Object (readonly)
Returns the value of attribute reselling_amount
9 10 11 |
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9 def reselling_amount @reselling_amount end |