Class: HighLevel::Models::AffiliateManager::CommissionCustomerResponseDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



9
10
11
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9

def email
  @email
end

#first_nameObject (readonly)

Returns the value of attribute first_name

Returns:

  • (Object)

    the current value of first_name



9
10
11
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9

def first_name
  @first_name
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9

def id
  @id
end

#last_nameObject (readonly)

Returns the value of attribute last_name

Returns:

  • (Object)

    the current value of last_name



9
10
11
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9

def last_name
  @last_name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9

def type
  @type
end