SubscriptionScheduleService
Class: No description found
SubscriptionScheduleService Read More »
Method: A promotion code points to a coupon. You can optionally restrict the code to a specific customer, redemption limit, and expiration date.
PromotionCodeService::create Read More »
Method: Retrieves the list of your subscription schedules.
SubscriptionScheduleService::all Read More »
Method: Retrieves the promotion code with the given ID.
PromotionCodeService::retrieve Read More »
Method: Cancels a subscription schedule and its associated subscription immediately (if the subscription schedule has an active subscription). A subscription schedule can only be canceled if its status is not_started or active.
SubscriptionScheduleService::cancel Read More »
Method: Updates the specified promotion code by setting the values of the parameters passed. Most fields are, by design, not editable.
PromotionCodeService::update Read More »
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
SubscriptionScheduleService::create Read More »
Method: Releases the subscription schedule immediately, which will stop scheduling of its phases, but leave any existing subscription in place. A schedule can only be released if its status is not_started or active. If the subscription schedule is currently associated with a subscription, releasing it will remove its subscription property and set the subscription’s ID to the released_subscription property.
SubscriptionScheduleService::release Read More »
Method: By default, returns a list of subscriptions that have not been canceled. In order to list canceled subscriptions, specify status=canceled.
SubscriptionService::all Read More »
Method: By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.
ApplicationFeeService::retrieveRefund Read More »
Method: Updates the specified application fee refund by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ApplicationFeeService::updateRefund Read More »
Method: Initializes a new instance of the {@link AbstractService} class.
AbstractService::__construct Read More »
Method: Gets the client used by this service to send requests.
AbstractService::getClient Read More »
Method: Gets the client used by this service to send requests.
AbstractService::getStreamingClient Read More »
Method: Translate null values to empty strings. For service methods, we interpret null as a request to unset the field, which corresponds to sending an empty string for the field to the API.
AbstractService::formatParams Read More »
Method: Updates an existing file link object. Expired links can no longer be updated.
FileLinkService::update Read More »