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