Interface GetProductsResponseInternal

Response from Iaptic's /stripe/products API

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

Properties

Properties

ok: boolean

Whether the request was successful

products: Product[]

Array of available products