Fee type and cost.

Export

Fee

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

Properties

Properties

amount: Money

Memberof

Fee

The type of fee.

Memberof

Fee