Sha256: ea1138ff2609510d44fe7e384708196a2abbba826e971f63e4c4a7760ae91991

Contents?: true

Size: 1.67 KB

Versions: 35

Compression:

Stored size: 1.67 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 ShippingAddressCreate < Request

      # @!attribute city
      #   @return [String]
      define_attribute :city, String

      # @!attribute company
      #   @return [String]
      define_attribute :company, String

      # @!attribute country
      #   @return [String] Country, 2-letter ISO code.
      define_attribute :country, String

      # @!attribute email
      #   @return [String]
      define_attribute :email, String

      # @!attribute first_name
      #   @return [String]
      define_attribute :first_name, String

      # @!attribute last_name
      #   @return [String]
      define_attribute :last_name, String

      # @!attribute nickname
      #   @return [String]
      define_attribute :nickname, String

      # @!attribute phone
      #   @return [String]
      define_attribute :phone, String

      # @!attribute postal_code
      #   @return [String] Zip or postal code.
      define_attribute :postal_code, String

      # @!attribute region
      #   @return [String] State or province.
      define_attribute :region, String

      # @!attribute street1
      #   @return [String]
      define_attribute :street1, String

      # @!attribute street2
      #   @return [String]
      define_attribute :street2, String

      # @!attribute vat_number
      #   @return [String]
      define_attribute :vat_number, String
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
recurly-3.5.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.4.1 lib/recurly/requests/shipping_address_create.rb
recurly-3.4.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.3.1 lib/recurly/requests/shipping_address_create.rb
recurly-3.3.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.2.2 lib/recurly/requests/shipping_address_create.rb
recurly-3.2.1 lib/recurly/requests/shipping_address_create.rb
recurly-3.2.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.1.3 lib/recurly/requests/shipping_address_create.rb
recurly-3.1.2 lib/recurly/requests/shipping_address_create.rb
recurly-3.1.1 lib/recurly/requests/shipping_address_create.rb
recurly-3.1.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.0.0 lib/recurly/requests/shipping_address_create.rb
recurly-3.0.0.beta.5 lib/recurly/requests/shipping_address_create.rb
recurly-3.0.0.beta.4 lib/recurly/requests/shipping_address_create.rb