Class: HighLevel::Models::Store::ShippingRateSchema
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Store::ShippingRateSchema
- Defined in:
- lib/high_level/models/store/shipping_rate_schema.rb
Instance Attribute Summary collapse
-
#alt_id ⇒ Object
readonly
Returns the value of attribute alt_id.
-
#alt_type ⇒ Object
readonly
Returns the value of attribute alt_type.
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#condition_type ⇒ Object
readonly
Returns the value of attribute condition_type.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_carrier_rate ⇒ Object
readonly
Returns the value of attribute is_carrier_rate.
-
#max_condition ⇒ Object
readonly
Returns the value of attribute max_condition.
-
#min_condition ⇒ Object
readonly
Returns the value of attribute min_condition.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#percentage_of_rate_fee ⇒ Object
readonly
Returns the value of attribute percentage_of_rate_fee.
-
#shipping_carrier_id ⇒ Object
readonly
Returns the value of attribute shipping_carrier_id.
-
#shipping_carrier_services ⇒ Object
readonly
Returns the value of attribute shipping_carrier_services.
-
#shipping_zone_id ⇒ Object
readonly
Returns the value of attribute shipping_zone_id.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#alt_id ⇒ Object (readonly)
Returns the value of attribute alt_id
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def alt_id @alt_id end |
#alt_type ⇒ Object (readonly)
Returns the value of attribute alt_type
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def alt_type @alt_type end |
#amount ⇒ Object (readonly)
Returns the value of attribute amount
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def amount @amount end |
#condition_type ⇒ Object (readonly)
Returns the value of attribute condition_type
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def condition_type @condition_type end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def created_at @created_at end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def currency @currency end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_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/store/shipping_rate_schema.rb', line 9 def id @id end |
#is_carrier_rate ⇒ Object (readonly)
Returns the value of attribute is_carrier_rate
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def is_carrier_rate @is_carrier_rate end |
#max_condition ⇒ Object (readonly)
Returns the value of attribute max_condition
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def max_condition @max_condition end |
#min_condition ⇒ Object (readonly)
Returns the value of attribute min_condition
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def min_condition @min_condition end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def name @name end |
#percentage_of_rate_fee ⇒ Object (readonly)
Returns the value of attribute percentage_of_rate_fee
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def percentage_of_rate_fee @percentage_of_rate_fee end |
#shipping_carrier_id ⇒ Object (readonly)
Returns the value of attribute shipping_carrier_id
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def shipping_carrier_id @shipping_carrier_id end |
#shipping_carrier_services ⇒ Object (readonly)
Returns the value of attribute shipping_carrier_services
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def shipping_carrier_services @shipping_carrier_services end |
#shipping_zone_id ⇒ Object (readonly)
Returns the value of attribute shipping_zone_id
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def shipping_zone_id @shipping_zone_id end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9 def updated_at @updated_at end |