setupFeeFailureAction property

SetupFeeFailureAction? setupFeeFailureAction
getter/setter pair

The action to take on the subscription if the initial payment for the setup fails.

The possible values are:

  • CONTINUE. Continues the subscription if the initial payment for the setup fails.
  • CANCEL. Cancels the subscription if the initial payment for the setup fails.

Implementation

SetupFeeFailureAction? setupFeeFailureAction;