UNPKG
@airwallex/node-sdk
Version:
beta (2.1.0-beta.5)
latest (2.0.0-beta.4)
2.1.0-beta.5
2.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Airwallex Node.js SDK
@airwallex/node-sdk
/
dist
/
model
/
amount.d.ts
13 lines
•
316 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
Amount
{
fixed_payout_amount
?:
number
;
max_retained_balance
?:
number
; }
export
declare
namespace
Amount
{
const
discriminator
:
string
;
const
attributeTypeMap
:
Array
<{
name
:
string
;
baseName
:
string
;
type
:
string
; }>; }
//# sourceMappingURL=amount.d.ts.map