Inttegro TypeScript SDK - v8.2.0
Studio
GitHub
Preparing search index...
types/financial-accounts
FinancialAccountDoshRequest
Interface FinancialAccountDoshRequest
interface
FinancialAccountDoshRequest
{
bankAccount
?:
undefined
;
currency
:
string
;
customData
?:
Record
<
string
,
unknown
>
;
description
?:
string
;
doshAccount
:
Record
<
string
,
never
>
;
label
:
string
;
owner
:
BankAccountOwner
;
pullConfiguration
?:
PullPushConfig
;
pushConfiguration
?:
PullPushConfig
;
reference
:
string
;
type
:
"dosh_account"
;
wallet
?:
undefined
;
}
Hierarchy
FinancialAccountRequestBase
FinancialAccountDoshRequest
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
dosh
Account
doshAccount
:
Record
<
string
,
never
>
label
label
:
string
owner
owner
:
BankAccountOwner
Optional
pull
Configuration
pullConfiguration
?:
PullPushConfig
Optional
push
Configuration
pushConfiguration
?:
PullPushConfig
reference
reference
:
string
type
type
:
"dosh_account"
Optional
wallet
wallet
?:
undefined
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...