Class: HighLevel::Models::Marketplace::SubscriptionPlanDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/marketplace/subscription_plan_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_amountObject (readonly)

Returns the value of attribute base_amount

Returns:

  • (Object)

    the current value of base_amount



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def base_amount
  @base_amount
end

#featuresObject (readonly)

Returns the value of attribute features

Returns:

  • (Object)

    the current value of features



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def features
  @features
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def name
  @name
end

#payment_timeObject (readonly)

Returns the value of attribute payment_time

Returns:

  • (Object)

    the current value of payment_time



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def payment_time
  @payment_time
end

#payment_typeObject (readonly)

Returns the value of attribute payment_type

Returns:

  • (Object)

    the current value of payment_type



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def payment_type
  @payment_type
end

#plan_idObject (readonly)

Returns the value of attribute plan_id

Returns:

  • (Object)

    the current value of plan_id



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def plan_id
  @plan_id
end

#reselling_amountObject (readonly)

Returns the value of attribute reselling_amount

Returns:

  • (Object)

    the current value of reselling_amount



9
10
11
# File 'lib/high_level/models/marketplace/subscription_plan_dto.rb', line 9

def reselling_amount
  @reselling_amount
end