Class: HighLevel::Models::Payments::ConnectCustomProvidersResponseSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::ConnectCustomProvidersResponseSchema
- Defined in:
- lib/high_level/models/payments/connect_custom_providers_response_schema.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#image_url ⇒ Object
readonly
Returns the value of attribute image_url.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#marketplace_app_id ⇒ Object
readonly
Returns the value of attribute marketplace_app_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#payment_provider ⇒ Object
readonly
Returns the value of attribute payment_provider.
-
#payments_url ⇒ Object
readonly
Returns the value of attribute payments_url.
-
#query_url ⇒ Object
readonly
Returns the value of attribute query_url.
-
#trace_id ⇒ Object
readonly
Returns the value of attribute trace_id.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def created_at @created_at end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def deleted @deleted end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def id @id end |
#image_url ⇒ Object (readonly)
Returns the value of attribute image_url
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def image_url @image_url end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def location_id @location_id end |
#marketplace_app_id ⇒ Object (readonly)
Returns the value of attribute marketplace_app_id
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def marketplace_app_id @marketplace_app_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def name @name end |
#payment_provider ⇒ Object (readonly)
Returns the value of attribute payment_provider
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def payment_provider @payment_provider end |
#payments_url ⇒ Object (readonly)
Returns the value of attribute payments_url
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.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/connect_custom_providers_response_schema.rb', line 9 def query_url @query_url end |
#trace_id ⇒ Object (readonly)
Returns the value of attribute trace_id
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def trace_id @trace_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/payments/connect_custom_providers_response_schema.rb', line 9 def updated_at @updated_at end |