GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Interchange6::Schema::Result::Address(3) User Contributed Perl Documentation Interchange6::Schema::Result::Address(3)

Interchange6::Schema::Result::Address

The Address class is used to store any kind of address such as billing, delivery, etc along with company and individual names if needed.

Primary key.

Foreign key constraint on "users_id" in Interchange6::Schema::Result::User via "user" relationship.

Address "type" for such things as "billing" or "shipping". Defaults to empty string.

Boolean indicating that address has been archived and so should no longer appear in normal address listings.

First name of person associated with address. Defaults to empty string.

Last name of person associated with address. Defaults to empty string.

Company name associated with address. Defaults to empty string.

First line of address. Defaults to empty string.

Second line of address. Defaults to empty string.

Postal/zip code. Defaults to empty string.

City/town name. Defaults to empty string.

Telephone number. Defaults to empty string.

Foreign key constraint on "states_id" in Interchange6::Schema::Result::State via "state" relationship. NULL values are allowed.

Two character country ISO code. Foreign key constraint on "country_iso_code" in Interchange6::Schema::Result::Country via "country" relationship.

Signed integer priority. We normally order descending. A simple use might be to set default address to 1 and others to 0.

Defaults to 0.

Date and time when this record was created returned as DateTime object. Value is auto-set on insert.

Date and time when this record was last modified returned as DateTime object. Value is auto-set on insert and update.

Type: has_many

Related object: Interchange6::Schema::Result::OrderlinesShipping

Type: has_many

Related object: Interchange6::Schema::Result::Order

Type: belongs_to

Related object: Interchange6::Schema::Result::User

Type: belongs_to

Related object: Interchange6::Schema::Result::State

Type: belongs_to

Related object: Interchange6::Schema::Result::Country

Type: many_to_many

Composing rels: "orderlines_shipping" -> orderline

If an address cannot be deleted due to foreign key constraints (perhaps it has "orders" or "orderlines_shipping") then instead of deleting the row set "archived" to true.
2016-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.