@cfxlabsinc/b2b-services
Preparing search index...
@cfxlabsinc/bank-transaction-services
index
BankTransaction
Type Alias BankTransaction
BankTransaction
:
Simplify
<
{
id
:
string
;
isManual
:
boolean
;
status
:
"POSTED"
|
"RECONCILED"
}
&
Omit
<
SelectBankTransaction
,
"id"
|
"externalId"
|
"bankStatus"
|
"status"
|
"type"
|
"data"
,
>
&
(
|
{
methodData
:
SelectBankTransaction
[
"data"
]
[
"methodData"
]
;
reconciliation
:
{
id
:
string
;
type
:
typeof
BANK_CREDIT_RECONCILIATION_TYPES
[
number
]
;
}
[]
;
type
:
"CREDIT"
;
}
|
{
methodData
:
SelectBankTransaction
[
"data"
]
[
"methodData"
]
;
reconciliation
:
{
id
:
string
;
type
:
typeof
BANK_DEBIT_RECONCILIATION_TYPES
[
number
]
;
}
[]
;
type
:
"DEBIT"
;
}
)
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cfxlabsinc/b2b-services
Loading...