Class PersonalizationDesignService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.issuing.PersonalizationDesignService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionUpdates thestatus
of the specified testmode personalization design object toactive
.activate
(String personalizationDesign, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toactive
.activate
(String personalizationDesign, PersonalizationDesignActivateParams params) Updates thestatus
of the specified testmode personalization design object toactive
.activate
(String personalizationDesign, PersonalizationDesignActivateParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toactive
.deactivate
(String personalizationDesign) Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(String personalizationDesign, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(String personalizationDesign, PersonalizationDesignDeactivateParams params) Updates thestatus
of the specified testmode personalization design object toinactive
.deactivate
(String personalizationDesign, PersonalizationDesignDeactivateParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object toinactive
.reject
(String personalizationDesign, PersonalizationDesignRejectParams params) Updates thestatus
of the specified testmode personalization design object torejected
.reject
(String personalizationDesign, PersonalizationDesignRejectParams params, RequestOptions options) Updates thestatus
of the specified testmode personalization design object torejected
.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PersonalizationDesignService
-
-
Method Details
-
activate
public PersonalizationDesign activate(String personalizationDesign, PersonalizationDesignActivateParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
activate
public PersonalizationDesign activate(String personalizationDesign, RequestOptions options) throws StripeException 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(String personalizationDesign, PersonalizationDesignActivateParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object toactive
.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(String personalizationDesign, PersonalizationDesignDeactivateParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
deactivate
public PersonalizationDesign deactivate(String personalizationDesign, RequestOptions options) throws StripeException 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(String personalizationDesign, PersonalizationDesignDeactivateParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object toinactive
.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(String personalizationDesign, PersonalizationDesignRejectParams params) throws StripeException Updates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-
reject
public PersonalizationDesign reject(String personalizationDesign, PersonalizationDesignRejectParams params, RequestOptions options) throws StripeException Updates thestatus
of the specified testmode personalization design object torejected
.- Throws:
StripeException
-