NAME
Business::Cart::Generic::Schema::Result::Zone
ACCESSORS
id
data_type: 'integer'
is_auto_increment: 1
is_nullable: 0
sequence: 'zones_id_seq'
country_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
code
data_type: 'varchar'
is_nullable: 0
size: 255
name
data_type: 'varchar'
is_nullable: 0
size: 255
upper_name
data_type: 'varchar'
is_nullable: 0
size: 255
RELATIONS
street_addresses
Type: has_many
Related object: Business::Cart::Generic::Schema::Result::StreetAddress
tax_rates
Type: has_many
Related object: Business::Cart::Generic::Schema::Result::TaxRate
country
Type: belongs_to
Related object: Business::Cart::Generic::Schema::Result::Country