@stigg/js-client-sdk - v4.12.0
Preparing search index...
CreditCostEstimationFragment
Type Alias CreditCostEstimationFragment
type
CreditCostEstimationFragment
=
{
__typename
?:
"CreditCostEstimation"
;
estimates
:
{
__typename
?:
"CurrencyEstimate"
;
balanceAfterEstimate
:
number
;
breakdown
:
{
__typename
?:
"EstimationBreakdownItem"
;
cost
:
number
;
featureId
:
string
;
warningCode
?:
EstimationWarningCode
|
null
;
}
[]
;
currencyId
:
string
;
currentBalance
:
number
;
estimatedCost
:
number
;
wouldOverdraft
:
boolean
;
}
[]
;
warnings
:
EstimationRequestWarning
[]
;
}
Index
Properties
__
typename?
estimates
warnings
Properties
Optional
__
typename
__typename
?:
"CreditCostEstimation"
estimates
estimates
:
{
__typename
?:
"CurrencyEstimate"
;
balanceAfterEstimate
:
number
;
breakdown
:
{
__typename
?:
"EstimationBreakdownItem"
;
cost
:
number
;
featureId
:
string
;
warningCode
?:
EstimationWarningCode
|
null
;
}
[]
;
currencyId
:
string
;
currentBalance
:
number
;
estimatedCost
:
number
;
wouldOverdraft
:
boolean
;
}
[]
warnings
warnings
:
EstimationRequestWarning
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
typename
estimates
warnings
@stigg/js-client-sdk - v4.12.0
Loading...