Variable: ORDER_STATUS_TO_PAYPAL_STATUS
const
ORDER_STATUS_TO_PAYPAL_STATUS:object
Defined in: libraries/models/src/fiat-order/constants.ts:84
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
__proto__ | null | null | libraries/models/src/fiat-order/constants.ts:85 |
complete | readonly ["COMPLETED" ] | - | libraries/models/src/fiat-order/constants.ts:86 |
failed | readonly ["FAILED" ] | - | libraries/models/src/fiat-order/constants.ts:87 |
in-progress | readonly ["INITIATED" , "PENDING" ] | - | libraries/models/src/fiat-order/constants.ts:88 |