Sha256: 73577aa1f8452423f426b81b2227425f65dbbc63680407987d5029678c39fb29

Contents?: true

Size: 1.35 KB

Versions: 38

Compression:

Stored size: 1.35 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 AddressWithName < Resource

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

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

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

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

      # @!attribute phone
      #   @return [String] Phone number
      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] Street 1
      define_attribute :street1, String

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

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
recurly-4.22.0 lib/recurly/resources/address_with_name.rb
recurly-4.21.1 lib/recurly/resources/address_with_name.rb
recurly-4.21.0 lib/recurly/resources/address_with_name.rb
recurly-4.20.0 lib/recurly/resources/address_with_name.rb
recurly-4.19.0 lib/recurly/resources/address_with_name.rb
recurly-4.18.0 lib/recurly/resources/address_with_name.rb
recurly-4.17.0 lib/recurly/resources/address_with_name.rb
recurly-4.15.0 lib/recurly/resources/address_with_name.rb
recurly-4.14.0 lib/recurly/resources/address_with_name.rb
recurly-4.13.0 lib/recurly/resources/address_with_name.rb
recurly-4.12.0 lib/recurly/resources/address_with_name.rb
recurly-4.11.0 lib/recurly/resources/address_with_name.rb
recurly-4.10.0 lib/recurly/resources/address_with_name.rb
recurly-4.9.0 lib/recurly/resources/address_with_name.rb
recurly-4.8.0 lib/recurly/resources/address_with_name.rb
recurly-4.7.0 lib/recurly/resources/address_with_name.rb
recurly-4.6.0 lib/recurly/resources/address_with_name.rb
recurly-4.5.0 lib/recurly/resources/address_with_name.rb