Class: HighLevel::Models::Marketplace::RaiseChargeBodyDTO
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Marketplace::RaiseChargeBodyDTO
- Defined in:
- lib/high_level/models/marketplace/raise_charge_body_dto.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#event_id ⇒ Object
readonly
Returns the value of attribute event_id.
-
#event_time ⇒ Object
readonly
Returns the value of attribute event_time.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#meter_id ⇒ Object
readonly
Returns the value of attribute meter_id.
-
#price ⇒ Object
readonly
Returns the value of attribute price.
-
#units ⇒ Object
readonly
Returns the value of attribute units.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
Instance Attribute Details
#app_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def company_id @company_id end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def description @description end |
#event_id ⇒ Object (readonly)
Returns the value of attribute 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_time ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute meter_id
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def meter_id @meter_id end |
#price ⇒ Object (readonly)
Returns the value of attribute price
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def price @price end |
#units ⇒ Object (readonly)
Returns the value of attribute units
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def units @units end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id
9 10 11 |
# File 'lib/high_level/models/marketplace/raise_charge_body_dto.rb', line 9 def user_id @user_id end |