Fee: {
    type: checkout.FeeType;
    amount: BigNumber;
    formattedAmount: string;
    token?: checkout.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

  • Optional token?: checkout.TokenInfo

    The token info for the fee

  • Optional basisPoints?: number

    The basis points for the secondary fee

Generated using TypeDoc