Class: HighLevel::Models::Payments::IntegrationProviderSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/payments/integration_provider_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alt_idObject (readonly)

Returns the value of attribute alt_id

Returns:

  • (Object)

    the current value of alt_id



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def alt_id
  @alt_id
end

#alt_typeObject (readonly)

Returns the value of attribute alt_type

Returns:

  • (Object)

    the current value of alt_type



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def alt_type
  @alt_type
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def created_at
  @created_at
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def id
  @id
end

#image_urlObject (readonly)

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of image_url



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def image_url
  @image_url
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def provider
  @provider
end

#routeObject (readonly)

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def route
  @route
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def title
  @title
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/high_level/models/payments/integration_provider_schema.rb', line 9

def updated_at
  @updated_at
end