Class: HighLevel::Models::Store::GetAvailableShippingRates

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject (readonly)

Returns the value of attribute address

Returns:

  • (Object)

    the current value of address



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

def address
  @address
end

#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/get_available_shipping_rates.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/get_available_shipping_rates.rb', line 9

def alt_type
  @alt_type
end

#amount_availableObject (readonly)

Returns the value of attribute amount_available

Returns:

  • (Object)

    the current value of amount_available



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

def amount_available
  @amount_available
end

#countryObject (readonly)

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



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

def country
  @country
end

#coupon_codeObject (readonly)

Returns the value of attribute coupon_code

Returns:

  • (Object)

    the current value of coupon_code



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

def coupon_code
  @coupon_code
end

#productsObject (readonly)

Returns the value of attribute products

Returns:

  • (Object)

    the current value of products



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

def products
  @products
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end

#total_order_amountObject (readonly)

Returns the value of attribute total_order_amount

Returns:

  • (Object)

    the current value of total_order_amount



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

def total_order_amount
  @total_order_amount
end

#total_order_weightObject (readonly)

Returns the value of attribute total_order_weight

Returns:

  • (Object)

    the current value of total_order_weight



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

def total_order_weight
  @total_order_weight
end

#weight_availableObject (readonly)

Returns the value of attribute weight_available

Returns:

  • (Object)

    the current value of weight_available



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

def weight_available
  @weight_available
end