<<

NAME

Koha::Schema::Result::Iso18626RequestingAgency

TABLE: iso18626_requesting_agencies

ACCESSORS

iso18626_requesting_agency_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

Internal requesting agency number

name

  data_type: 'varchar'
  is_nullable: 1
  size: 80

Requesting agency name

borrowernumber

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

foreign key, linking this to the borrowers table (ILL partner patron)

type

  data_type: 'enum'
  extra: {list => ["DNUCNI","ICOLC","ISIL"]}
  is_nullable: 0

ISO18626 agency type

account_id

  data_type: 'varchar'
  is_nullable: 0
  size: 80

Authentication: Requesting agency account ID

securityCode

  accessor: 'security_code'
  data_type: 'varchar'
  is_nullable: 0
  size: 80

Authentication: Requesting agency security code

callback_endpoint

  data_type: 'mediumtext'
  is_nullable: 0

Callback endpoint to send messages back to

PRIMARY KEY

UNIQUE CONSTRAINTS

uniq_account_id

uniq_borrowernumber

RELATIONS

borrowernumber

Type: belongs_to

Related object: Koha::Schema::Result::Borrower

iso18626_requests

Type: has_many

Related object: Koha::Schema::Result::Iso18626Request

koha_object_class

Missing POD for koha_object_class.

koha_objects_class

Missing POD for koha_objects_class.

<<