get-invoice-status-type

v0.0.2arrow_drop_down
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
686
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
661 B
Invoice types: - success = `paid`, `approved` - warning = `pending`, `awaiting_payment` - disabled = `draft` - error = N/A
1 contributor
Install get-invoice-status-type as a package?
Copied
npm i @bit/equipmentshare.global.libs.billing.get-invoice-status-type
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
libs/billing/getInvoiceStatusType (
status:string
) : IInvoiceStatusResult

Invoice types:

  • success = paid, approved
  • warning = pending, awaiting_payment
  • disabled = draft
  • error = N/A
Argument
status: string
Returns
IInvoiceStatusResult

Help and resources