Fee type and cost.

Fee

interface Fee {
    amount: Money;
    name: FeeNameEnum;
}

Properties

Properties

amount: Money

Fee

The type of fee.

Fee