Appearance
@melio-eng/cfc-sdk / NavigationTarget
Variable: NavigationTarget
constNavigationTarget:object
Defined in: navigation-targets.ts:1
Type Declaration
ADD_VENDOR
readonlyADD_VENDOR:"/add-vendor"="/add-vendor"
AR_ENROLLMENT
readonlyAR_ENROLLMENT:"/ar/enrollment"="/ar/enrollment"
arViewInvoices()
readonlyarViewInvoices: (status?) =>string
Parameters
status?
string
Returns
string
callback()
readonlycallback: (token) =>string
Parameters
token
string
Returns
string
CREATE_BILL
readonlyCREATE_BILL:"/create-bill"="/create-bill"
MANAGE_ACCOUNTING_SOFTWARE
readonlyMANAGE_ACCOUNTING_SOFTWARE:"/manage-accounting-software"="/manage-accounting-software"
MANAGE_PLANS
readonlyMANAGE_PLANS:"/manage-plans"="/manage-plans"
MANAGE_RECEIVING_METHODS
readonlyMANAGE_RECEIVING_METHODS:"/manage-receiving-methods"="/manage-receiving-methods"
MANAGE_USERS
readonlyMANAGE_USERS:"/manage-users"="/manage-users"
scheduleBatchPayments()
readonlyscheduleBatchPayments: (billIds) =>string
Parameters
billIds
string[]
Returns
string
schedulePayment()
readonlyschedulePayment: (billId) =>string
Parameters
billId
string
Returns
string
VIEW_BILLS
readonlyVIEW_BILLS:"/view-bills"="/view-bills"
VIEW_PAYMENTS
readonlyVIEW_PAYMENTS:"/view-payments"="/view-payments"
VIEW_PLANS
readonlyVIEW_PLANS:"/view-plans"="/view-plans"
VIEW_SETTINGS
readonlyVIEW_SETTINGS:"/view-settings"="/view-settings"
VIEW_VENDORS
readonlyVIEW_VENDORS:"/view-vendors"="/view-vendors"
viewBill()
readonlyviewBill: (billId) =>string
Parameters
billId
string
Returns
string
viewPayment()
readonlyviewPayment: (paymentId) =>string
Parameters
paymentId
string
Returns
string
viewVendor()
readonlyviewVendor: (vendorId) =>string
Parameters
vendorId
string
Returns
string