Type Alias InvoicesAutoPaymentDto

InvoicesAutoPaymentDto: {
    altId: string;
    altType: "location";
    id: string;
    autoPayment: InvoiceAutoPaymentDetails;
}

Type declaration