PayFanout API reference
    Preparing search index...

    Interface StripeJsElementsLike

    interface StripeJsElementsLike {
        create(
            type: "payment",
            options?: Record<string, unknown>,
        ): StripeJsElementLike;
    }
    Index