Type Alias InvoicesSchedule

InvoicesSchedule: {
    altId: string;
    altType: "location";
    liveMode: boolean;
    autoPayment?: InvoiceAutoPaymentDetails;
}

Type declaration