ISupplierInfo: {
ADDRESS: string | null;
ADDRESS_ID: string;
ADDRESS1: string | null;
ADDRESS2: string | null;
ADDRESS3: string | null;
ADDRESS4: string | null;
ADDRESS5: string | null;
ADDRESS6: string | null;
CITY: string | null;
CONTACT_NAME: string | null;
COUNTRY: string | null;
DOCUMENT_ADDRESS: string | null;
EAN_LOCATION: string | null;
EMAIL: string | null;
MOBILE: string | null;
NAME: string;
PERSON_ID: string | null;
PHONE: string | null;
STATE: string | null;
SUPPLIER_ID: string;
ZIP_CODE: string | null;
}
Type declaration
ADDRESS: string | null
ADDRESS_ID: string
ADDRESS1: string | null
ADDRESS2: string | null
ADDRESS3: string | null
ADDRESS4: string | null
ADDRESS5: string | null
ADDRESS6: string | null
CITY: string | null
CONTACT_NAME: string | null
COUNTRY: string | null
DOCUMENT_ADDRESS: string | null
EAN_LOCATION: string | null
EMAIL: string | null
MOBILE: string | null
NAME: string
PERSON_ID: string | null
PHONE: string | null
STATE: string | null
SUPPLIER_ID: string
ZIP_CODE: string | null