Class: HighLevel::Models::SaasApi::UpdateSubscriptionDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::SaasApi::UpdateSubscriptionDto
- Defined in:
- lib/high_level/models/saas_api/update_subscription_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.
-
#subscription_id ⇒ Object
readonly
Returns the value of attribute subscription_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/update_subscription_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/update_subscription_dto.rb', line 9 def customer_id @customer_id end |
#subscription_id ⇒ Object (readonly)
Returns the value of attribute subscription_id
9 10 11 |
# File 'lib/high_level/models/saas_api/update_subscription_dto.rb', line 9 def subscription_id @subscription_id end |