(HyperApiClient) The client to use for the request
(ProductBodyCreate) The body of the product to create
HyperApiResponse
(HyperApiClient) The client to use for the request
(string) The id of the product to fetch
HyperApiResponse
HyperApiResponse
(HyperApiClient) The client to use for the request
(string) The id of the product to update
(ProductBodyUpdate) An object with the updated key/value pairs provided
HyperApiResponse
Generated using TypeDoc
Creates a product, given a name, subscription type amount, and currency. Called asynchronously with
await
. All data is provided as-is from the server, with the addition of anok
boolean for error handling.https://docs.hyper.co/reference/create-product