Class: HighLevel::Models::SaasApi::BulkEnableSaasActionPayloadDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::BulkEnableSaasActionPayloadDto
- Defined in:
- lib/high_level/models/saas_api/bulk_enable_saas_action_payload_dto.rb
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#price_id ⇒ Object (readonly)
Returns the value of attribute price_id
9 10 11 |
# File 'lib/high_level/models/saas_api/bulk_enable_saas_action_payload_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/bulk_enable_saas_action_payload_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/bulk_enable_saas_action_payload_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/bulk_enable_saas_action_payload_dto.rb', line 9 def stripe_account_id @stripe_account_id end |