UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

8 lines (7 loc) 229 B
import { Party } from './Party'; export declare class AccountingSupplierParty { customerAssignedAccountID?: string; additionalAccountID?: string; party?: Party; constructor(asp: AccountingSupplierParty); }