Fee details for a specific fee.

Export

FeeLineItem

interface FeeLineItem {
    feeCharge: MoneyType;
    feeType: FeeLineItemFeeTypeEnum;
}

Properties

Properties

feeCharge: MoneyType

Memberof

FeeLineItem

The type of fee charged to the seller.

Memberof

FeeLineItem