Class: HighLevel::Models::Invoices::ContactDetailsDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#additional_emailsObject (readonly)

Returns the value of attribute additional_emails

Returns:

  • (Object)

    the current value of additional_emails



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

def additional_emails
  @additional_emails
end

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



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

def address
  @address
end

#company_nameObject (readonly)

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of company_name



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

def company_name
  @company_name
end

#custom_fieldsObject (readonly)

Returns the value of attribute custom_fields

Returns:

  • (Object)

    the current value of custom_fields



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

def custom_fields
  @custom_fields
end

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



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

def email
  @email
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#phone_noObject (readonly)

Returns the value of attribute phone_no

Returns:

  • (Object)

    the current value of phone_no



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

def phone_no
  @phone_no
end