Skip to content

@melio-eng/cfc-sdk


@melio-eng/cfc-sdk / NavigationTarget

Variable: NavigationTarget

const NavigationTarget: object

Defined in: navigation-targets.ts:1

Type Declaration

ADD_VENDOR

readonly ADD_VENDOR: "/add-vendor" = "/add-vendor"

AR_ENROLLMENT

readonly AR_ENROLLMENT: "/ar/enrollment" = "/ar/enrollment"

arViewInvoices()

readonly arViewInvoices: (status?) => string

Parameters

status?

string

Returns

string

callback()

readonly callback: (token) => string

Parameters

token

string

Returns

string

CREATE_BILL

readonly CREATE_BILL: "/create-bill" = "/create-bill"

MANAGE_ACCOUNTING_SOFTWARE

readonly MANAGE_ACCOUNTING_SOFTWARE: "/manage-accounting-software" = "/manage-accounting-software"

MANAGE_PLANS

readonly MANAGE_PLANS: "/manage-plans" = "/manage-plans"

MANAGE_RECEIVING_METHODS

readonly MANAGE_RECEIVING_METHODS: "/manage-receiving-methods" = "/manage-receiving-methods"

MANAGE_USERS

readonly MANAGE_USERS: "/manage-users" = "/manage-users"

scheduleBatchPayments()

readonly scheduleBatchPayments: (billIds) => string

Parameters

billIds

string[]

Returns

string

schedulePayment()

readonly schedulePayment: (billId) => string

Parameters

billId

string

Returns

string

VIEW_BILLS

readonly VIEW_BILLS: "/view-bills" = "/view-bills"

VIEW_PAYMENTS

readonly VIEW_PAYMENTS: "/view-payments" = "/view-payments"

VIEW_PLANS

readonly VIEW_PLANS: "/view-plans" = "/view-plans"

VIEW_SETTINGS

readonly VIEW_SETTINGS: "/view-settings" = "/view-settings"

VIEW_VENDORS

readonly VIEW_VENDORS: "/view-vendors" = "/view-vendors"

viewBill()

readonly viewBill: (billId) => string

Parameters

billId

string

Returns

string

viewPayment()

readonly viewPayment: (paymentId) => string

Parameters

paymentId

string

Returns

string

viewVendor()

readonly viewVendor: (vendorId) => string

Parameters

vendorId

string

Returns

string