Skip to content

Commit 7507de9

Browse files
ariehilyamerman
andauthored
added 'Deleted' status to RecurringPaymentStatus (#509)
Co-authored-by: Ilya Merman <[email protected]>
1 parent b83a0ec commit 7507de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/recurringPayment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import { CreateSchedule, Relationship, Schedule } from "./common"
33

4-
export type RecurringPaymentStatus = "Active" | "Completed" | "Disabled"
4+
export type RecurringPaymentStatus = "Active" | "Completed" | "Disabled" | "Deleted"
55

66
export type RecurringPayment = RecurringCreditAchPayment | RecurringCreditBookPayment | RecurringDebitAchPayment
77

0 commit comments

Comments
 (0)