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

Export

IncludedFeeDetail

interface IncludedFeeDetail {
    FeeAmount: MoneyType;
    FeePromotion?: MoneyType;
    FeeType: string;
    FinalFee: MoneyType;
    TaxAmount?: MoneyType;
}

Properties

FeeAmount: MoneyType

Memberof

IncludedFeeDetail

FeePromotion?: MoneyType

Memberof

IncludedFeeDetail

FeeType: string

The type of fee charged to a seller.

Memberof

IncludedFeeDetail

FinalFee: MoneyType

Memberof

IncludedFeeDetail

TaxAmount?: MoneyType

Memberof

IncludedFeeDetail