We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83a0ec commit 7507de9Copy full SHA for 7507de9
types/recurringPayment.ts
@@ -1,7 +1,7 @@
1
2
import { CreateSchedule, Relationship, Schedule } from "./common"
3
4
-export type RecurringPaymentStatus = "Active" | "Completed" | "Disabled"
+export type RecurringPaymentStatus = "Active" | "Completed" | "Disabled" | "Deleted"
5
6
export type RecurringPayment = RecurringCreditAchPayment | RecurringCreditBookPayment | RecurringDebitAchPayment
7
0 commit comments