Class: HighLevel::Models::Products::PriceMetaDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/price_meta_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#internal_sourceObject (readonly)

Returns the value of attribute internal_source

Returns:

  • (Object)

    the current value of internal_source



9
10
11
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9

def internal_source
  @internal_source
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



9
10
11
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9

def source
  @source
end

#source_idObject (readonly)

Returns the value of attribute source_id

Returns:

  • (Object)

    the current value of source_id



9
10
11
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9

def source_id
  @source_id
end

#stripe_price_idObject (readonly)

Returns the value of attribute stripe_price_id

Returns:

  • (Object)

    the current value of stripe_price_id



9
10
11
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9

def stripe_price_id
  @stripe_price_id
end