Sha256: a6967c1fc7e6675fd691557dfb1ae70346e44a5e14c0f10815eed20b9cf51234

Contents?: true

Size: 1.58 KB

Versions: 48

Compression:

Stored size: 1.58 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 InvoiceAddress < Resource

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

      # @!attribute company
      #   @return [String] Company
      define_attribute :company, 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 name_on_account
      #   @return [String] Name on account
      define_attribute :name_on_account, 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

48 entries across 48 versions & 1 rubygems

Version Path
recurly-4.42.0 lib/recurly/resources/invoice_address.rb
recurly-4.41.0 lib/recurly/resources/invoice_address.rb
recurly-4.40.0 lib/recurly/resources/invoice_address.rb
recurly-4.39.0 lib/recurly/resources/invoice_address.rb
recurly-4.38.0 lib/recurly/resources/invoice_address.rb
recurly-4.37.0 lib/recurly/resources/invoice_address.rb
recurly-3.28.0 lib/recurly/resources/invoice_address.rb
recurly-4.36.0 lib/recurly/resources/invoice_address.rb
recurly-4.35.0 lib/recurly/resources/invoice_address.rb
recurly-3.27.0 lib/recurly/resources/invoice_address.rb
recurly-4.34.0 lib/recurly/resources/invoice_address.rb
recurly-3.26.0 lib/recurly/resources/invoice_address.rb
recurly-4.33.0 lib/recurly/resources/invoice_address.rb
recurly-4.32.0 lib/recurly/resources/invoice_address.rb
recurly-4.31.0 lib/recurly/resources/invoice_address.rb
recurly-4.30.0 lib/recurly/resources/invoice_address.rb
recurly-4.29.0 lib/recurly/resources/invoice_address.rb
recurly-3.25.0 lib/recurly/resources/invoice_address.rb
recurly-4.28.0 lib/recurly/resources/invoice_address.rb
recurly-4.27.0 lib/recurly/resources/invoice_address.rb