Class: Recurly::Requests::ShippingMethodUpdate

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/shipping_method_update.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#accounting_codeString

Returns Accounting code for shipping method.

Returns:

  • (String)

    Accounting code for shipping method.



11
# File 'lib/recurly/requests/shipping_method_update.rb', line 11

define_attribute :accounting_code, String

#codeString

Returns The internal name used identify the shipping method.

Returns:

  • (String)

    The internal name used identify the shipping method.



15
# File 'lib/recurly/requests/shipping_method_update.rb', line 15

define_attribute :code, String

#nameString

Returns The name of the shipping method displayed to customers.

Returns:

  • (String)

    The name of the shipping method displayed to customers.



19
# File 'lib/recurly/requests/shipping_method_update.rb', line 19

define_attribute :name, String

#tax_codeString

Returns Used by Avalara, Vertex, and Recurly’s built-in tax feature. The tax code values are specific to each tax system. If you are using Recurly’s built-in taxes the values are: - ‘FR` – Common Carrier FOB Destination - `FR022000` – Common Carrier FOB Origin - `FR020400` – Non Common Carrier FOB Destination - `FR020500` – Non Common Carrier FOB Origin - `FR010100` – Delivery by Company Vehicle Before Passage of Title - `FR010200` – Delivery by Company Vehicle After Passage of Title - `NT` – Non-Taxable.

Returns:

  • (String)

    Used by Avalara, Vertex, and Recurly’s built-in tax feature. The tax code values are specific to each tax system. If you are using Recurly’s built-in taxes the values are: - ‘FR` – Common Carrier FOB Destination - `FR022000` – Common Carrier FOB Origin - `FR020400` – Non Common Carrier FOB Destination - `FR020500` – Non Common Carrier FOB Origin - `FR010100` – Delivery by Company Vehicle Before Passage of Title - `FR010200` – Delivery by Company Vehicle After Passage of Title - `NT` – Non-Taxable



23
# File 'lib/recurly/requests/shipping_method_update.rb', line 23

define_attribute :tax_code, String