Class: HighLevel::Models::Payments::FulfillmentItems
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::FulfillmentItems
- Defined in:
- lib/high_level/models/payments/fulfillment_items.rb
Instance Attribute Summary collapse
-
#price_id ⇒ Object
readonly
Returns the value of attribute price_id.
-
#qty ⇒ Object
readonly
Returns the value of attribute qty.
Instance Attribute Details
#price_id ⇒ Object (readonly)
Returns the value of attribute price_id
9 10 11 |
# File 'lib/high_level/models/payments/fulfillment_items.rb', line 9 def price_id @price_id end |
#qty ⇒ Object (readonly)
Returns the value of attribute qty
9 10 11 |
# File 'lib/high_level/models/payments/fulfillment_items.rb', line 9 def qty @qty end |