Mayson Monorepo Documentation
    Preparing search index...
    Index

    Constructors

    Methods

    • Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.

      Parameters

      Returns Promise<Response<Stripe.Product>>

    • Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.

      Parameters

      Returns Promise<Response<Stripe.Product>>

    • Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.

      Parameters

      Returns Promise<Response<DeletedProduct>>

    • Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.

      Parameters

      Returns Promise<Response<DeletedProduct>>