createProductPhase

Creates a new phase for a product.

Return

A Pair containing the created SubscriptionPhase on success, or a NetworkingError on failure.

Parameters

productId

The unique identifier of the product to add a phase to.

request

The phase attributes to create.


Creates a new phase for a product and delivers the result via a callback.

Parameters

productId

The unique identifier of the product to add a phase to.

request

The phase attributes to create.

completionHandler

Invoked with the created SubscriptionPhase on success, or a NetworkingError on failure.