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 thestatus
of the specified testmode personalization design object toactive
.activate
(RequestOptions options) Updates thestatus
of the specified testmode personalization design object toactive
.Updates thestatus
of the specified testmode personalization design object toactive
.activate
(PersonalizationDesignActivateParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toactive
.Updates thestatus
of the specified testmode personalization design object toactive
.activate
(Map<String, Object> params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toactive
.Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(RequestOptions options) Updates thestatus
of the specified testmode personalization design object toinactive
.Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(PersonalizationDesignDeactivateParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(Map<String, Object> params) Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(Map<String, Object> params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toinactive
.Updates thestatus
of the specified testmode personalization design object torejected
.reject
(PersonalizationDesignRejectParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object torejected
.Updates thestatus
of the specified testmode personalization design object torejected
.reject
(Map<String, Object> params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object torejected
.
-
Method Details
-
activate
Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(PersonalizationDesignActivateParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(PersonalizationDesignActivateParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
deactivate
Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(PersonalizationDesignDeactivateParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(PersonalizationDesignDeactivateParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
reject
Updates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(PersonalizationDesignRejectParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(PersonalizationDesignRejectParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-