UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

7 lines (6 loc) 227 B
import { RegistrationAddress } from './RegistrationAddress'; export declare class PartyLegalEntity { registrationName?: string; registrationAddress?: RegistrationAddress; constructor(ple: PartyLegalEntity); }