UNPKG
@lomi./sdk
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
0.1.1
0.1.0
Official TypeScript SDK for the lomi. API
github.com/lomiafrica/lomi./
lomiafrica/lomi.
@lomi./sdk
/
dist
/
generated
/
models
/
bnpl_status.d.ts
10 lines
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Enum: bnpl_status */
export
declare
enum
bnpl_status
{ PENDING =
"pending"
, COLLECTED =
"collected"
, WAIVED =
"waived"
, REFUNDED =
"refunded"
}
//# sourceMappingURL=bnpl_status.d.ts.map