Class: HighLevel::Models::Conversations::UserSubscriptionChangeDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/conversations/user_subscription_change_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idObject (readonly)

Returns the value of attribute contact_id

Returns:

  • (Object)

    the current value of contact_id



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def contact_id
  @contact_id
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def email
  @email
end

Returns the value of attribute legal_description

Returns:

  • (Object)

    the current value of legal_description



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def legal_description
  @legal_description
end

Returns the value of attribute legal_reason

Returns:

  • (Object)

    the current value of legal_reason



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def legal_reason
  @legal_reason
end

#location_idObject (readonly)

Returns the value of attribute location_id

Returns:

  • (Object)

    the current value of location_id



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def location_id
  @location_id
end

#subscription_actionObject (readonly)

Returns the value of attribute subscription_action

Returns:

  • (Object)

    the current value of subscription_action



9
10
11
# File 'lib/high_level/models/conversations/user_subscription_change_dto.rb', line 9

def subscription_action
  @subscription_action
end