TopupService
Class: No description found
Method: Return all or part of an order. The order must have a status of paid or fulfilled before it can be returned. Once all items have been returned, the order will become canceled or returned depending on which status the order started in.
OrderService::returnOrder Read More »
Method: Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
OrderService::update Read More »
Method: Cancels a top-up. Only pending top-ups can be canceled.
TopupService::cancel Read More »
Method: Retrieves the details of a top-up that has previously been created. Supply the unique top-up ID that was returned from your previous request, and Stripe will return the corresponding top-up information.
TopupService::retrieve Read More »
Method: Updates the metadata of a top-up. Other top-up details are not editable by design.
TopupService::update Read More »
Method: Creates a new price for an existing product. The price can be recurring or one-time.
PriceService::create Read More »
Method: Retrieves the price with the given ID.
PriceService::retrieve Read More »
Method: Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.
PriceService::update Read More »
Class: Service factory class for API resources in the Sigma namespace.
SigmaServiceFactory Read More »
Method: No description found
SigmaServiceFactory::getServiceClass Read More »
Method: Returns a list of scheduled query runs.
ScheduledQueryRunService::all Read More »