Class: HighLevel::Models::SaasApi::UpdateRebillingDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::UpdateRebillingDto
- Defined in:
- lib/high_level/models/saas_api/update_rebilling_dto.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#location_ids ⇒ Object
readonly
Returns the value of attribute location_ids.
-
#product ⇒ Object
readonly
Returns the value of attribute product.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config
9 10 11 |
# File 'lib/high_level/models/saas_api/update_rebilling_dto.rb', line 9 def config @config end |
#location_ids ⇒ Object (readonly)
Returns the value of attribute location_ids
9 10 11 |
# File 'lib/high_level/models/saas_api/update_rebilling_dto.rb', line 9 def location_ids @location_ids end |
#product ⇒ Object (readonly)
Returns the value of attribute product
9 10 11 |
# File 'lib/high_level/models/saas_api/update_rebilling_dto.rb', line 9 def product @product end |