Interface: TargetBuilder
Defined in: index.ts:34
Helper object to build navigation targets
Properties
scheduleBatchPayments()
scheduleBatchPayments: (
billIds) =>string
Defined in: index.ts:44
Generate target to the schedule batch payments page for the given bill ids.
Parameters
billIds
string[]
The ids of the bills to schedule a payment for.
Returns
string
schedulePayment()
schedulePayment: (
billId) =>string
Defined in: index.ts:39
Generate target to the schedule payment page for the given bill.
Parameters
billId
string
The id of the bill to schedule a payment for.
Returns
string
viewBill()
viewBill: (
billId) =>string
Defined in: index.ts:62
Generate target to the bill page for the given bill id.
Parameters
billId
string
The id of the bill to view.
Returns
string
viewBills()
viewBills: () =>
string
Defined in: index.ts:57
Generate target to the bills page.
Returns
string
viewPayment()
viewPayment: (
paymentId) =>string
Defined in: index.ts:53
Generate target to the payment page for the given payment id.
Parameters
paymentId
string
The id of the payment to view.
Returns
string
viewPayments()
viewPayments: () =>
string
Defined in: index.ts:48
Generate target to the payments page.
Returns
string
viewVendor()
viewVendor: (
vendorId) =>string
Defined in: index.ts:71
Generate target to the vendor page for the given vendor id.
Parameters
vendorId
string
The id of the vendor to view.
Returns
string
viewVendors()
viewVendors: () =>
string
Defined in: index.ts:66
Generate target to the vendors page.
Returns
string