Class: HighLevel::Models::Payments::CreateCustomProvidersDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::CreateCustomProvidersDto
- Defined in:
- lib/high_level/models/payments/create_custom_providers_dto.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payments_url ⇒ Object
readonly
Returns the value of attribute payments_url.
-
#query_url ⇒ Object
readonly
Returns the value of attribute query_url.
-
#supports_subscription_schedule ⇒ Object
readonly
Returns the value of attribute supports_subscription_schedule.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/payments/create_custom_providers_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_custom_providers_dto.rb', line 9 def image_url @image_url end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/payments/create_custom_providers_dto.rb', line 9 def name @name end |
#payments_url ⇒ Object (readonly)
Returns the value of attribute payments_url
9 10 11 |
# File 'lib/high_level/models/payments/create_custom_providers_dto.rb', line 9 def payments_url @payments_url end |
#query_url ⇒ Object (readonly)
Returns the value of attribute query_url
9 10 11 |
# File 'lib/high_level/models/payments/create_custom_providers_dto.rb', line 9 def query_url @query_url end |
#supports_subscription_schedule ⇒ Object (readonly)
Returns the value of attribute supports_subscription_schedule
9 10 11 |
# File 'lib/high_level/models/payments/create_custom_providers_dto.rb', line 9 def supports_subscription_schedule @supports_subscription_schedule end |