Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/financial-accounts
FinancialAccountWalletRequest
Interface FinancialAccountWalletRequest
interface
FinancialAccountWalletRequest
{
bankAccount
?:
undefined
;
currency
:
string
;
customData
?:
Record
<
string
,
unknown
>
;
description
?:
string
;
doshAccount
?:
undefined
;
label
:
string
;
owner
:
BankAccountOwner
;
pullConfiguration
?:
PullPushConfig
;
pushConfiguration
?:
PullPushConfig
;
reference
:
string
;
type
:
"wallet"
;
wallet
:
WalletConfig
;
}
Hierarchy
FinancialAccountRequestBase
FinancialAccountWalletRequest
Index
Properties
bank
Account?
currency
custom
Data?
description?
dosh
Account?
label
owner
pull
Configuration?
push
Configuration?
reference
type
wallet
Properties
Optional
bank
Account
bankAccount
?:
undefined
currency
currency
:
string
Optional
custom
Data
customData
?:
Record
<
string
,
unknown
>
Optional
description
description
?:
string
Optional
dosh
Account
doshAccount
?:
undefined
label
label
:
string
owner
owner
:
BankAccountOwner
Optional
pull
Configuration
pullConfiguration
?:
PullPushConfig
Optional
push
Configuration
pushConfiguration
?:
PullPushConfig
reference
reference
:
string
type
type
:
"wallet"
wallet
wallet
:
WalletConfig
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bank
Account
currency
custom
Data
description
dosh
Account
label
owner
pull
Configuration
push
Configuration
reference
type
wallet
Studio
GitHub
Inttegro TypeScript SDK - v8.2.0
Loading...