Mayson Monorepo Documentation
    Preparing search index...
    interface FeeSource {
        charge?: string;
        payout?: string;
        type: Stripe.ApplicationFee.FeeSource.Type;
    }
    Index

    Properties

    Properties

    charge?: string

    Charge ID that created this application fee.

    payout?: string

    Payout ID that created this application fee.

    Type of object that created the application fee.