Koha::Schema::Result::Iso18626RequestingAgency
iso18626_requesting_agenciesdata_type: 'integer' is_auto_increment: 1 is_nullable: 0
Internal requesting agency number
data_type: 'varchar' is_nullable: 1 size: 80
Requesting agency name
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key, linking this to the borrowers table (ILL partner patron)
data_type: 'enum'
extra: {list => ["DNUCNI","ICOLC","ISIL"]}
is_nullable: 0
ISO18626 agency type
data_type: 'varchar' is_nullable: 0 size: 80
Authentication: Requesting agency account ID
accessor: 'security_code' data_type: 'varchar' is_nullable: 0 size: 80
Authentication: Requesting agency security code
data_type: 'mediumtext' is_nullable: 0
Callback endpoint to send messages back to
uniq_account_iduniq_borrowernumberType: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: has_many
Related object: Koha::Schema::Result::Iso18626Request
Missing POD for koha_object_class.
Missing POD for koha_objects_class.