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

IncludedFeeDetail

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

Properties

FeeAmount: MoneyType

IncludedFeeDetail

FeePromotion?: MoneyType

IncludedFeeDetail

FeeType: string

The type of fee charged to a seller.

IncludedFeeDetail

FinalFee: MoneyType

IncludedFeeDetail

TaxAmount?: MoneyType

IncludedFeeDetail