ApplePayDomainService::delete()
Method: Delete an apple pay domain.
Method: Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
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.
Method: Creates a new subscription schedule object. Each customer can have up to 500 active or scheduled subscriptions.
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.
Method: No description found
AbstractService::buildPath Read More »
Method: No description found
AbstractService::requestCollection Read More »
Method: No description found
AbstractService::requestStream Read More »
Method: No description found
AbstractService::request 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: Gets the client used by this service to send requests.
AbstractService::getStreamingClient Read More »
Method: Gets the client used by this service to send requests.
AbstractService::getClient Read More »
Method: Initializes a new instance of the {@link AbstractService} class.
AbstractService::__construct 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.
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.
Method: Retrieves the details of an application fee that your account has collected. The same information is returned when refunding the application fee.