The total estimated fees for an item and a list of details.

Export

FeesEstimate

interface FeesEstimate {
    FeeDetailList?: FeeDetail[];
    TimeOfFeesEstimation: string;
    TotalFeesEstimate?: MoneyType;
}

Properties

FeeDetailList?: FeeDetail[]

A list of other fees that contribute to a given fee.

Memberof

FeesEstimate

TimeOfFeesEstimation: string

The time at which the fees were estimated. This defaults to the time the request is made.

Memberof

FeesEstimate

TotalFeesEstimate?: MoneyType

Memberof

FeesEstimate