safeGetRateTable
This content is not available in your language yet.
function safeGetRateTable(input, options?): SafeResult<readonly MonthlyBaseRate[]>;Defined in: safe.ts:144
Non-throwing variant of getRateTable. When ok is true, the
value matches getRateTable for the same inputs and options.
Parameters
Seção intitulada “Parameters”| Parameter | Type |
|---|---|
input | unknown |
options | RatesOptions |
Returns
Seção intitulada “Returns”SafeResult<readonly MonthlyBaseRate[]>