export interface VatInvoiceRequestDTO { sourceId: String; sourceType: String; signType: String; includeBuyerTaxCode: Boolean; buyerName: String; buyerPhone: String; buyerTaxCode: String; buyerCompany: String; buyerAddress: String; sendMail: Boolean; receiverName: String; receiverEmail: String; }