Class: HighLevel::Models::Payments::FulfilledItem

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/fulfilled_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9

def name
  @name
end

#priceObject (readonly)

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



9
10
11
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9

def price
  @price
end

#productObject (readonly)

Returns the value of attribute product

Returns:

  • (Object)

    the current value of product



9
10
11
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9

def product
  @product
end

#qtyObject (readonly)

Returns the value of attribute qty

Returns:

  • (Object)

    the current value of qty



9
10
11
# File 'lib/high_level/models/payments/fulfilled_item.rb', line 9

def qty
  @qty
end