PayFanout API reference
    Preparing search index...

    Interface StripeProductLike

    interface StripeProductLike {
        id: string;
        name?: string;
    }
    Index
    id: string
    name?: string