Class: HighLevel::Models::Marketplace::RaiseChargeBodyDTO

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/marketplace/raise_charge_body_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject (readonly)

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def app_id
  @app_id
end

#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/marketplace/raise_charge_body_dto.rb', line 9

def company_id
  @company_id
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def description
  @description
end

#event_idObject (readonly)

Returns the value of attribute event_id

Returns:

  • (Object)

    the current value of event_id



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def event_id
  @event_id
end

#event_timeObject (readonly)

Returns the value of attribute event_time

Returns:

  • (Object)

    the current value of event_time



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def event_time
  @event_time
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/marketplace/raise_charge_body_dto.rb', line 9

def location_id
  @location_id
end

#meter_idObject (readonly)

Returns the value of attribute meter_id

Returns:

  • (Object)

    the current value of meter_id



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def meter_id
  @meter_id
end

#priceObject (readonly)

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def price
  @price
end

#unitsObject (readonly)

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def units
  @units
end

#user_idObject (readonly)

Returns the value of attribute user_id

Returns:

  • (Object)

    the current value of user_id



9
10
11
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9

def user_id
  @user_id
end