Interface FeePercentage

interface FeePercentage {
    percentageDecimal: number;
}

Properties

percentageDecimal: number