Class: HighLevel::Models::Store::StoreOrderFulfillmentNotificationDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::StoreOrderFulfillmentNotificationDto
- Defined in:
- lib/high_level/models/store/store_order_fulfillment_notification_dto.rb
Instance Attribute Summary collapse
-
#default_email_template_id ⇒ Object
readonly
Returns the value of attribute default_email_template_id.
-
#email_template_id ⇒ Object
readonly
Returns the value of attribute email_template_id.
-
#enabled ⇒ Object
readonly
Returns the value of attribute enabled.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
Instance Attribute Details
#default_email_template_id ⇒ Object (readonly)
Returns the value of attribute default_email_template_id
9 10 11 |
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9 def default_email_template_id @default_email_template_id end |
#email_template_id ⇒ Object (readonly)
Returns the value of attribute email_template_id
9 10 11 |
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9 def email_template_id @email_template_id end |
#enabled ⇒ Object (readonly)
Returns the value of attribute enabled
9 10 11 |
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9 def enabled @enabled end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
9 10 11 |
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9 def subject @subject end |