UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

10 lines (9 loc) 296 B
import { PartyIdentificationId } from './PartyIdentificationId'; export declare class PartyIdentification { id?: PartyIdentificationId; schemeID?: string; schemeName?: string; schemeAgencyName?: string; schemeURI?: string; constructor(pi: PartyIdentification); }