Class: HighLevel::Models::SaasApi::UpdateSubscriptionDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/saas_api/update_subscription_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#company_idObject (readonly)

Returns the value of attribute company_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute customer_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute subscription_id

Returns:

  • (Object)

    the current value of subscription_id



9
10
11
# File 'lib/high_level/models/saas_api/update_subscription_dto.rb', line 9

def subscription_id
  @subscription_id
end