iaptic-js
    Preparing search index...

    Interface GetProductsResponseInternal

    Response from Iaptic's /stripe/products API

    interface GetProductsResponse {
        ok: boolean;
        products: Product[];
    }
    Index

    Properties

    Properties

    ok: boolean

    Whether the request was successful

    products: Product[]

    Array of available products