Class: HighLevel::Models::Store::AvailableShippingRate

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/store/available_shipping_rate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject (readonly)

Returns the value of attribute amount

Returns:

  • (Object)

    the current value of amount



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

def amount
  @amount
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/available_shipping_rate.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/available_shipping_rate.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/available_shipping_rate.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/available_shipping_rate.rb', line 9

def is_carrier_rate
  @is_carrier_rate
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/available_shipping_rate.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/available_shipping_rate.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/available_shipping_rate.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/available_shipping_rate.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/available_shipping_rate.rb', line 9

def shipping_zone_id
  @shipping_zone_id
end