Class: HighLevel::Models::Products::PriceMetaDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::PriceMetaDto
- Defined in:
- lib/high_level/models/products/price_meta_dto.rb
Instance Attribute Summary collapse
-
#internal_source ⇒ Object
readonly
Returns the value of attribute internal_source.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#source_id ⇒ Object
readonly
Returns the value of attribute source_id.
-
#stripe_price_id ⇒ Object
readonly
Returns the value of attribute stripe_price_id.
Instance Attribute Details
#internal_source ⇒ Object (readonly)
Returns the value of attribute internal_source
9 10 11 |
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9 def internal_source @internal_source end |
#source ⇒ Object (readonly)
Returns the value of attribute source
9 10 11 |
# File 'lib/high_level/models/products/price_meta_dto.rb', line 9 def source @source end |
#source_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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 |