Class: Recurly::Requests::InvoiceAddress
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::InvoiceAddress
- Defined in:
- lib/recurly/requests/invoice_address.rb
Instance Attribute Summary collapse
-
#city ⇒ String
City.
-
#company ⇒ String
Company.
-
#country ⇒ String
Country, 2-letter ISO 3166-1 alpha-2 code.
-
#first_name ⇒ String
First name.
-
#geo_code ⇒ String
Code that represents a geographic entity (location or object).
-
#last_name ⇒ String
Last name.
-
#name_on_account ⇒ String
Name on account.
-
#phone ⇒ String
Phone number.
-
#postal_code ⇒ String
Zip or postal code.
-
#region ⇒ String
State or province.
-
#street1 ⇒ String
Street 1.
-
#street2 ⇒ String
Street 2.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#city ⇒ String
Returns City.
11 |
# File 'lib/recurly/requests/invoice_address.rb', line 11 define_attribute :city, String |
#company ⇒ String
Returns Company.
15 |
# File 'lib/recurly/requests/invoice_address.rb', line 15 define_attribute :company, String |
#country ⇒ String
Returns Country, 2-letter ISO 3166-1 alpha-2 code.
19 |
# File 'lib/recurly/requests/invoice_address.rb', line 19 define_attribute :country, String |
#first_name ⇒ String
Returns First name.
23 |
# File 'lib/recurly/requests/invoice_address.rb', line 23 define_attribute :first_name, String |
#geo_code ⇒ String
Returns Code that represents a geographic entity (location or object). Only returned for Sling Vertex Integration.
27 |
# File 'lib/recurly/requests/invoice_address.rb', line 27 define_attribute :geo_code, String |
#last_name ⇒ String
Returns Last name.
31 |
# File 'lib/recurly/requests/invoice_address.rb', line 31 define_attribute :last_name, String |
#name_on_account ⇒ String
Returns Name on account.
35 |
# File 'lib/recurly/requests/invoice_address.rb', line 35 define_attribute :name_on_account, String |
#phone ⇒ String
Returns Phone number.
39 |
# File 'lib/recurly/requests/invoice_address.rb', line 39 define_attribute :phone, String |
#postal_code ⇒ String
Returns Zip or postal code.
43 |
# File 'lib/recurly/requests/invoice_address.rb', line 43 define_attribute :postal_code, String |
#region ⇒ String
Returns State or province.
47 |
# File 'lib/recurly/requests/invoice_address.rb', line 47 define_attribute :region, String |
#street1 ⇒ String
Returns Street 1.
51 |
# File 'lib/recurly/requests/invoice_address.rb', line 51 define_attribute :street1, String |
#street2 ⇒ String
Returns Street 2.
55 |
# File 'lib/recurly/requests/invoice_address.rb', line 55 define_attribute :street2, String |