Mayson Monorepo Documentation
    Preparing search index...
    interface FeeDetail {
        amount: number;
        application: string;
        currency: string;
        description: string;
        type: string;
    }
    Index

    Properties

    amount: number

    Amount of the fee, in cents.

    application: string

    ID of the Connect application that earned the fee.

    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    description: string

    An arbitrary string attached to the object. Often useful for displaying to users.

    type: string

    Type of the fee, one of: application_fee, payment_method_passthrough_fee, stripe_fee or tax.