Type Alias Fee

Fee: {
    type: checkout.FeeType;
    amount: BigNumber;
    formattedAmount: string;
    token?: TokenInfo;
    basisPoints?: number;
}

Represents a fee

Type declaration

  • type: checkout.FeeType

    The type of fee

  • amount: BigNumber

    The amount of the fee

  • formattedAmount: string

    The formatted amount of the fee

  • Optionaltoken?: TokenInfo

    The token info for the fee

  • OptionalbasisPoints?: number

    The basis points for the secondary fee