UNPKG
palmpaywrappersdk
Version:
latest (1.0.1)
1.0.1
1.0.0
PalmPay Wrapper Sdk
palmpaywrappersdk
/
dist
/
ResponseDTOs
/
PayInCreateOrderResponse.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'reflect-metadata'
;
export
declare
class
PayInCreateOrderResponse
<T =
unknown
> {
data
?: T;
respMsg
:
string
|
null
;
respCode
:
string
|
null
;
status
:
string
|
null
; }