The type of fee, fee amount, and other details.

Export

FeeDetail

interface FeeDetail {
    FeeAmount: MoneyType;
    FeePromotion?: MoneyType;
    FeeType: string;
    FinalFee: MoneyType;
    IncludedFeeDetailList?: IncludedFeeDetail[];
    TaxAmount?: MoneyType;
}

Properties

FeeAmount: MoneyType

Memberof

FeeDetail

FeePromotion?: MoneyType

Memberof

FeeDetail

FeeType: string

The type of fee charged to a seller.

Memberof

FeeDetail

FinalFee: MoneyType

Memberof

FeeDetail

IncludedFeeDetailList?: IncludedFeeDetail[]

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

Memberof

FeeDetail

TaxAmount?: MoneyType

Memberof

FeeDetail