Class: HighLevel::Models::Store::ShippingRateSchema

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/shipping_rate_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/store/shipping_rate_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/store/shipping_rate_schema.rb', line 9

def alt_type
  @alt_type
end

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def amount
  @amount
end

#condition_typeObject (readonly)

Returns the value of attribute condition_type

Returns:

  • (Object)

    the current value of condition_type



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def condition_type
  @condition_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/store/shipping_rate_schema.rb', line 9

def created_at
  @created_at
end

#currencyObject (readonly)

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def currency
  @currency
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/high_level/models/store/shipping_rate_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/store/shipping_rate_schema.rb', line 9

def id
  @id
end

#is_carrier_rateObject (readonly)

Returns the value of attribute is_carrier_rate

Returns:

  • (Object)

    the current value of 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_conditionObject (readonly)

Returns the value of attribute max_condition

Returns:

  • (Object)

    the current value of max_condition



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def max_condition
  @max_condition
end

#min_conditionObject (readonly)

Returns the value of attribute min_condition

Returns:

  • (Object)

    the current value of min_condition



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def min_condition
  @min_condition
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/high_level/models/store/shipping_rate_schema.rb', line 9

def name
  @name
end

#percentage_of_rate_feeObject (readonly)

Returns the value of attribute percentage_of_rate_fee

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute shipping_carrier_id

Returns:

  • (Object)

    the current value of 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_servicesObject (readonly)

Returns the value of attribute shipping_carrier_services

Returns:

  • (Object)

    the current value of 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_idObject (readonly)

Returns the value of attribute shipping_zone_id

Returns:

  • (Object)

    the current value of 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_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/store/shipping_rate_schema.rb', line 9

def updated_at
  @updated_at
end