Class: HighLevel::Models::Store::StoreOrderFulfillmentNotificationDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/store_order_fulfillment_notification_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_email_template_idObject (readonly)

Returns the value of attribute default_email_template_id

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute email_template_id

Returns:

  • (Object)

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

#enabledObject (readonly)

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



9
10
11
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9

def enabled
  @enabled
end

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



9
10
11
# File 'lib/high_level/models/store/store_order_fulfillment_notification_dto.rb', line 9

def subject
  @subject
end