finance-mgn - v1.4.1
Preparing search index...
features/fetchFioTransactions
AccountStatement
Type Alias AccountStatement
Represents the account statement returned by the FIO API.
type
AccountStatement
=
{
accountStatement
:
{
info
:
{
accountId
:
string
;
bankId
:
string
;
bic
:
string
;
closingBalance
:
number
;
currency
:
string
;
dateEnd
:
string
;
dateStart
:
string
;
iban
:
string
;
idFrom
:
number
;
idLastDownload
:
number
|
null
;
idList
:
null
|
number
[]
;
idTo
:
number
;
openingBalance
:
number
;
yearList
:
null
|
string
[]
;
}
;
transactionList
:
{
transaction
:
FioTransaction
[]
}
;
}
;
}
Index
Properties
account
Statement
Properties
account
Statement
accountStatement
:
{
info
:
{
accountId
:
string
;
bankId
:
string
;
bic
:
string
;
closingBalance
:
number
;
currency
:
string
;
dateEnd
:
string
;
dateStart
:
string
;
iban
:
string
;
idFrom
:
number
;
idLastDownload
:
number
|
null
;
idList
:
null
|
number
[]
;
idTo
:
number
;
openingBalance
:
number
;
yearList
:
null
|
string
[]
;
}
;
transactionList
:
{
transaction
:
FioTransaction
[]
}
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Statement
finance-mgn - v1.4.1
Loading...
Represents the account statement returned by the FIO API.