Class: HighLevel::Models::SaasApi::LocationSubscriptionResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::LocationSubscriptionResponseDto
- Defined in:
- lib/high_level/models/saas_api/location_subscription_response_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#is_saa_sv2 ⇒ Object
readonly
Returns the value of attribute is_saa_sv2.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#price_id ⇒ Object
readonly
Returns the value of attribute price_id.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#saas_mode ⇒ Object
readonly
Returns the value of attribute saas_mode.
-
#saas_plan_id ⇒ Object
readonly
Returns the value of attribute saas_plan_id.
-
#subscription_id ⇒ Object
readonly
Returns the value of attribute subscription_id.
-
#subscription_status ⇒ Object
readonly
Returns the value of attribute subscription_status.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def company_id @company_id end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def customer_id @customer_id end |
#is_saa_sv2 ⇒ Object (readonly)
Returns the value of attribute is_saa_sv2
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def is_saa_sv2 @is_saa_sv2 end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def location_id @location_id end |
#price_id ⇒ Object (readonly)
Returns the value of attribute price_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def price_id @price_id end |
#product_id ⇒ Object (readonly)
Returns the value of attribute product_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def product_id @product_id end |
#saas_mode ⇒ Object (readonly)
Returns the value of attribute saas_mode
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def saas_mode @saas_mode end |
#saas_plan_id ⇒ Object (readonly)
Returns the value of attribute saas_plan_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def saas_plan_id @saas_plan_id end |
#subscription_id ⇒ Object (readonly)
Returns the value of attribute subscription_id
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def subscription_id @subscription_id end |
#subscription_status ⇒ Object (readonly)
Returns the value of attribute subscription_status
9 10 11 |
# File 'lib/high_level/models/saas_api/location_subscription_response_dto.rb', line 9 def subscription_status @subscription_status end |