Class: HighLevel::Models::AffiliateManager::CommissionCustomerResponseDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::AffiliateManager::CommissionCustomerResponseDto
- Defined in:
- lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
9 10 11 |
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9 def email @email end |
#first_name ⇒ Object (readonly)
Returns the value of attribute 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 |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9 def id @id end |
#last_name ⇒ Object (readonly)
Returns the value of attribute 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 |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/affiliate_manager/commission_customer_response_dto.rb', line 9 def type @type end |