UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

8 lines (7 loc) 186 B
import { TaxSchemeId } from './TaxSchemeId'; export declare class TaxScheme { id?: TaxSchemeId; name?: string; taxTypeCode?: string; constructor(te: TaxScheme); }