Class: HighLevel::Models::Payments::CreateWhiteLabelIntegrationProviderDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::CreateWhiteLabelIntegrationProviderDto
- Defined in:
- lib/high_level/models/payments/create_white_label_integration_provider_dto.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#unique_name ⇒ Object
readonly
Returns the value of attribute unique_name.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def alt_type @alt_type end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def description @description end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def image_url @image_url end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def provider @provider end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def title @title end |
#unique_name ⇒ Object (readonly)
Returns the value of attribute unique_name
9 10 11 |
# File 'lib/high_level/models/payments/create_white_label_integration_provider_dto.rb', line 9 def unique_name @unique_name end |