Class: HighLevel::Models::Invoices::CustomNotificationItemDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/custom_notification_item_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/invoices/custom_notification_item_dto.rb', line 9

def default_email_template_id
  @default_email_template_id
end

#email_subjectObject (readonly)

Returns the value of attribute email_subject

Returns:

  • (Object)

    the current value of email_subject



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def email_subject
  @email_subject
end

#email_templateObject (readonly)

Returns the value of attribute email_template

Returns:

  • (Object)

    the current value of email_template



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def email_template
  @email_template
end

#enabledObject (readonly)

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def enabled
  @enabled
end

#from_emailObject (readonly)

Returns the value of attribute from_email

Returns:

  • (Object)

    the current value of from_email



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def from_email
  @from_email
end

#from_nameObject (readonly)

Returns the value of attribute from_name

Returns:

  • (Object)

    the current value of from_name



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def from_name
  @from_name
end

#sms_templateObject (readonly)

Returns the value of attribute sms_template

Returns:

  • (Object)

    the current value of sms_template



9
10
11
# File 'lib/high_level/models/invoices/custom_notification_item_dto.rb', line 9

def sms_template
  @sms_template
end