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

FeesEstimate

interface ProductFeesApiModelFeesEstimate {
    FeeDetailList?: ProductFeesApiModelFeeDetail[];
    TimeOfFeesEstimation: string;
    TotalFeesEstimate?: ProductFeesApiModelMoneyType;
}

Properties

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

FeesEstimate

TimeOfFeesEstimation: string

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

FeesEstimate

TotalFeesEstimate?: ProductFeesApiModelMoneyType

FeesEstimate

MMNEPVFCICPMFPCPTTAAATR