class Falsify::Address

Used for:

Attributes

address1[RW]

The street address of the billing address. @return [String]

address2[RW]

An optional additional field for the street address of the billing address. @return [String]

city[RW]

The city, town, or village of the billing address. @return [String]

company[RW]

The company of the person associated with the billing address. @return [String]

country[RW]

The name of the country of the billing address. @return [String]

country_code[R]

The two-letter code ([ISO 3166-1](en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format) for the country of the billing address. @return [String]

first_name[RW]

The first name of the person associated with the payment method. @return [String]

last_name[RW]

The last name of the person associated with the payment method. @return [String]

latitude[RW]

The latitude of the billing address. @return [String]

longitude[RW]

The longitude of the billing address. @return [String]

name[RW]

The full name of the person associated with the payment method. @return [String]

phone[RW]

The phone number at the billing address. @return [String]

province[RW]

The name of the region (province, state, prefecture, …) of the billing address. @return [String]

province_code[RW]

The two-letter abbreviation of the region of the billing address. @return [String]

zip[RW]

The postal code (zip, postcode, Eircode, …) of the billing address. @return [String]