Class: HighLevel::Models::Payments::UpdateCustomProviderCapabilitiesDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Payments::UpdateCustomProviderCapabilitiesDto
- Defined in:
- lib/high_level/models/payments/update_custom_provider_capabilities_dto.rb
Instance Attribute Summary collapse
-
#company_id ⇒ Object
readonly
Returns the value of attribute company_id.
-
#location_id ⇒ Object
readonly
Returns the value of attribute location_id.
-
#supports_subscription_schedules ⇒ Object
readonly
Returns the value of attribute supports_subscription_schedules.
Instance Attribute Details
#company_id ⇒ Object (readonly)
Returns the value of attribute company_id
9 10 11 |
# File 'lib/high_level/models/payments/update_custom_provider_capabilities_dto.rb', line 9 def company_id @company_id end |
#location_id ⇒ Object (readonly)
Returns the value of attribute location_id
9 10 11 |
# File 'lib/high_level/models/payments/update_custom_provider_capabilities_dto.rb', line 9 def location_id @location_id end |
#supports_subscription_schedules ⇒ Object (readonly)
Returns the value of attribute supports_subscription_schedules
9 10 11 |
# File 'lib/high_level/models/payments/update_custom_provider_capabilities_dto.rb', line 9 def supports_subscription_schedules @supports_subscription_schedules end |