Class: HighLevel::Models::Invoices::DiscountDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/discount_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/invoices/discount_dto.rb', line 9

def type
  @type
end

#valid_on_product_idsObject (readonly)

Returns the value of attribute valid_on_product_ids

Returns:

  • (Object)

    the current value of 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

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/high_level/models/invoices/discount_dto.rb', line 9

def value
  @value
end