ProductCommandStage
Defines the stages at which product commands can be executed.
bodyenumOptional
Defines the stages at which product commands can be executed.
Possible enum values
invalidRepresents an invalid or unspecified command stage.
on_purchaseCommands that should be executed when a product is purchased.
on_expireCommands that should be executed when a product expires.
on_refundCommands that should be executed when a product is refunded.
on_renewCommands that should be executed when a subscription is renewed.
on_chargebackCommands that should be executed when an order is charged back.
on_trial_startCommands that should be executed when a trial is started.
on_trial_expireCommands that should be executed when a trial expires.
Example
"invalid"