UNPKG

@weiliang79/ubl-builder

Version:

Tool to create xml documents with UBL 2.1 standard

11 lines 467 B
import GenericAggregateComponent from './GenericAggregateComponent'; import { UdtIdentifier } from '../types/UnqualifiedDataTypes'; type AllowedParams = { /** An identifier for the party */ id: string | UdtIdentifier; }; declare class PartyIdentification extends GenericAggregateComponent { constructor(content: AllowedParams); } export { PartyIdentification, AllowedParams as PartyIdentificationParams }; //# sourceMappingURL=PartyIdentification.d.ts.map