Interface EInvoiceAddressDto

interface EInvoiceAddressDto {
    identifier: string;
    intermediator: string;
}

Properties

identifier: string
intermediator: string