Sha256: b80905c57f40a34579375b440474aeed2de637fc9dffa3677a00b310ecd48686

Contents?: true

Size: 1.4 KB

Versions: 76

Compression:

Stored size: 1.4 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Requests
    class ShippingMethodCreate < Request

      # @!attribute accounting_code
      #   @return [String] Accounting code for shipping method.
      define_attribute :accounting_code, String

      # @!attribute code
      #   @return [String] The internal name used identify the shipping method.
      define_attribute :code, String

      # @!attribute name
      #   @return [String] The name of the shipping method displayed to customers.
      define_attribute :name, String

      # @!attribute tax_code
      #   @return [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
      define_attribute :tax_code, String
    end
  end
end

Version data entries

76 entries across 76 versions & 1 rubygems

Version Path
recurly-4.52.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.49.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.48.1 lib/recurly/requests/shipping_method_create.rb
recurly-4.48.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.47.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.46.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.45.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.44.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.43.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.42.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.41.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.40.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.39.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.38.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.37.0 lib/recurly/requests/shipping_method_create.rb
recurly-3.28.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.36.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.35.0 lib/recurly/requests/shipping_method_create.rb
recurly-3.27.0 lib/recurly/requests/shipping_method_create.rb
recurly-4.34.0 lib/recurly/requests/shipping_method_create.rb