Variable: ORDER_STATUS_TO_ONRAMPER_STATUS
const
ORDER_STATUS_TO_ONRAMPER_STATUS:object
Defined in: libraries/models/src/fiat-order/constants.ts:206
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
__proto__ | null | null | libraries/models/src/fiat-order/constants.ts:207 |
complete | readonly ["completed" ] | - | libraries/models/src/fiat-order/constants.ts:208 |
failed | readonly ["failed" , "canceled" ] | - | libraries/models/src/fiat-order/constants.ts:209 |
in-progress | readonly ["new" , "paid" , "pending" ] | - | libraries/models/src/fiat-order/constants.ts:210 |