Class: HighLevel::Models::SaasApi::EnableSaasDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::EnableSaasDto
- Defined in:
- lib/high_level/models/saas_api/enable_saas_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#contact_id ⇒ Object
readonly
Returns the value of attribute contact_id.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#is_saa_sv2 ⇒ Object
readonly
Returns the value of attribute is_saa_sv2.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#price_id ⇒ Object
readonly
Returns the value of attribute price_id.
-
#provider_location_id ⇒ Object
readonly
Returns the value of attribute provider_location_id.
-
#saas_plan_id ⇒ Object
readonly
Returns the value of attribute saas_plan_id.
-
#stripe_account_id ⇒ Object
readonly
Returns the value of attribute stripe_account_id.
-
#stripe_customer_id ⇒ Object
readonly
Returns the value of attribute stripe_customer_id.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def company_id @company_id end |
#contact_id ⇒ Object (readonly)
Returns the value of attribute contact_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def contact_id @contact_id end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def description @description end |
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def email @email end |
#is_saa_sv2 ⇒ Object (readonly)
Returns the value of attribute is_saa_sv2
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def is_saa_sv2 @is_saa_sv2 end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def name @name end |
#price_id ⇒ Object (readonly)
Returns the value of attribute price_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def price_id @price_id end |
#provider_location_id ⇒ Object (readonly)
Returns the value of attribute provider_location_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def provider_location_id @provider_location_id end |
#saas_plan_id ⇒ Object (readonly)
Returns the value of attribute saas_plan_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def saas_plan_id @saas_plan_id end |
#stripe_account_id ⇒ Object (readonly)
Returns the value of attribute stripe_account_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def stripe_account_id @stripe_account_id end |
#stripe_customer_id ⇒ Object (readonly)
Returns the value of attribute stripe_customer_id
9 10 11 |
# File 'lib/high_level/models/saas_api/enable_saas_dto.rb', line 9 def stripe_customer_id @stripe_customer_id end |