Class: HighLevel::Models::Invoices::ReminderDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/invoices/reminder_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#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/reminder_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/reminder_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/reminder_dto.rb', line 9

def enabled
  @enabled
end

#end_timeObject (readonly)

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



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

def end_time
  @end_time
end

#interval_typeObject (readonly)

Returns the value of attribute interval_type

Returns:

  • (Object)

    the current value of interval_type



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

def interval_type
  @interval_type
end

#max_remindersObject (readonly)

Returns the value of attribute max_reminders

Returns:

  • (Object)

    the current value of max_reminders



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

def max_reminders
  @max_reminders
end

#reminder_idObject (readonly)

Returns the value of attribute reminder_id

Returns:

  • (Object)

    the current value of reminder_id



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

def reminder_id
  @reminder_id
end

#reminder_invoice_conditionObject (readonly)

Returns the value of attribute reminder_invoice_condition

Returns:

  • (Object)

    the current value of reminder_invoice_condition



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

def reminder_invoice_condition
  @reminder_invoice_condition
end

#reminder_nameObject (readonly)

Returns the value of attribute reminder_name

Returns:

  • (Object)

    the current value of reminder_name



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

def reminder_name
  @reminder_name
end

#reminder_numberObject (readonly)

Returns the value of attribute reminder_number

Returns:

  • (Object)

    the current value of reminder_number



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

def reminder_number
  @reminder_number
end

#reminder_timeObject (readonly)

Returns the value of attribute reminder_time

Returns:

  • (Object)

    the current value of reminder_time



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

def reminder_time
  @reminder_time
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/reminder_dto.rb', line 9

def sms_template
  @sms_template
end

#start_timeObject (readonly)

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



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

def start_time
  @start_time
end

#timezoneObject (readonly)

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



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

def timezone
  @timezone
end