Package com.stripe.model.issuing
Class PersonalizationDesign.TestHelpers
java.lang.Object
com.stripe.model.issuing.PersonalizationDesign.TestHelpers
- Enclosing class:
- PersonalizationDesign
-
Method Summary
Modifier and TypeMethodDescriptionactivate()Updates thestatusof the specified testmode personalization design object toactive.activate(RequestOptions options) Updates thestatusof the specified testmode personalization design object toactive.Updates thestatusof the specified testmode personalization design object toactive.activate(PersonalizationDesignActivateParams params, RequestOptions options) Updates thestatusof the specified testmode personalization design object toactive.Updates thestatusof the specified testmode personalization design object toactive.activate(Map<String, Object> params, RequestOptions options) Updates thestatusof the specified testmode personalization design object toactive.Updates thestatusof the specified testmode personalization design object toinactive.deactivate(RequestOptions options) Updates thestatusof the specified testmode personalization design object toinactive.Updates thestatusof the specified testmode personalization design object toinactive.deactivate(PersonalizationDesignDeactivateParams params, RequestOptions options) Updates thestatusof the specified testmode personalization design object toinactive.deactivate(Map<String, Object> params) Updates thestatusof the specified testmode personalization design object toinactive.deactivate(Map<String, Object> params, RequestOptions options) Updates thestatusof the specified testmode personalization design object toinactive.Updates thestatusof the specified testmode personalization design object torejected.reject(PersonalizationDesignRejectParams params, RequestOptions options) Updates thestatusof the specified testmode personalization design object torejected.Updates thestatusof the specified testmode personalization design object torejected.reject(Map<String, Object> params, RequestOptions options) Updates thestatusof the specified testmode personalization design object torejected.
-
Method Details
-
activate
Updates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
activate
Updates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
activate
Updates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(PersonalizationDesignActivateParams params) throws StripeException Updates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(PersonalizationDesignActivateParams params, RequestOptions options) throws StripeException Updates thestatusof the specified testmode personalization design object toactive.- Throws:
StripeException
-
deactivate
Updates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
deactivate
Updates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
deactivate
Updates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(PersonalizationDesignDeactivateParams params) throws StripeException Updates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(PersonalizationDesignDeactivateParams params, RequestOptions options) throws StripeException Updates thestatusof the specified testmode personalization design object toinactive.- Throws:
StripeException
-
reject
Updates thestatusof the specified testmode personalization design object torejected.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatusof the specified testmode personalization design object torejected.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(PersonalizationDesignRejectParams params) throws StripeException Updates thestatusof the specified testmode personalization design object torejected.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(PersonalizationDesignRejectParams params, RequestOptions options) throws StripeException Updates thestatusof the specified testmode personalization design object torejected.- Throws:
StripeException
-