Class: HighLevel::Models::Invoices::DiscountDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Invoices::DiscountDto
- Defined in:
- lib/high_level/models/invoices/discount_dto.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#valid_on_product_ids ⇒ Object
readonly
Returns the value of attribute valid_on_product_ids.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/invoices/discount_dto.rb', line 9 def type @type end |
#valid_on_product_ids ⇒ Object (readonly)
Returns the value of attribute valid_on_product_ids
9 10 11 |
# File 'lib/high_level/models/invoices/discount_dto.rb', line 9 def valid_on_product_ids @valid_on_product_ids end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/high_level/models/invoices/discount_dto.rb', line 9 def value @value end |