Sha256: a0e9add300a0fb8bb17613a84dee3a6716827daa1c1f738384e80984abc31eb6

Contents?: true

Size: 1.81 KB

Versions: 13

Compression:

Stored size: 1.81 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 Resources
    class ShippingMethod < Resource

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

      # @!attribute created_at
      #   @return [DateTime] Created at
      define_attribute :created_at, DateTime

      # @!attribute deleted_at
      #   @return [DateTime] Deleted at
      define_attribute :deleted_at, DateTime

      # @!attribute id
      #   @return [String] Shipping Method ID
      define_attribute :id, String

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

      # @!attribute object
      #   @return [String] Object type
      define_attribute :object, 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

      # @!attribute updated_at
      #   @return [DateTime] Last updated at
      define_attribute :updated_at, DateTime
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
recurly-3.5.0 lib/recurly/resources/shipping_method.rb
recurly-3.4.1 lib/recurly/resources/shipping_method.rb
recurly-3.4.0 lib/recurly/resources/shipping_method.rb
recurly-3.3.1 lib/recurly/resources/shipping_method.rb
recurly-3.3.0 lib/recurly/resources/shipping_method.rb
recurly-3.2.2 lib/recurly/resources/shipping_method.rb
recurly-3.2.1 lib/recurly/resources/shipping_method.rb
recurly-3.2.0 lib/recurly/resources/shipping_method.rb
recurly-3.1.3 lib/recurly/resources/shipping_method.rb
recurly-3.1.2 lib/recurly/resources/shipping_method.rb
recurly-3.1.1 lib/recurly/resources/shipping_method.rb
recurly-3.1.0 lib/recurly/resources/shipping_method.rb
recurly-3.0.0 lib/recurly/resources/shipping_method.rb