Package com.stripe.service.issuing
Class PersonalizationDesignService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.PersonalizationDesignService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a personalization design object.create
(PersonalizationDesignCreateParams params, RequestOptions options) Creates a personalization design object.list()
Returns a list of personalization design objects.list
(RequestOptions options) Returns a list of personalization design objects.list
(PersonalizationDesignListParams params) Returns a list of personalization design objects.list
(PersonalizationDesignListParams params, RequestOptions options) Returns a list of personalization design objects.Retrieves a personalization design object.retrieve
(String personalizationDesign, RequestOptions options) Retrieves a personalization design object.retrieve
(String personalizationDesign, PersonalizationDesignRetrieveParams params) Retrieves a personalization design object.retrieve
(String personalizationDesign, PersonalizationDesignRetrieveParams params, RequestOptions options) Retrieves a personalization design object.Updates a card personalization object.update
(String personalizationDesign, RequestOptions options) Updates a card personalization object.update
(String personalizationDesign, PersonalizationDesignUpdateParams params) Updates a card personalization object.update
(String personalizationDesign, PersonalizationDesignUpdateParams params, RequestOptions options) Updates a card personalization object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PersonalizationDesignService
-
-
Method Details
-
list
public StripeCollection<PersonalizationDesign> list(PersonalizationDesignListParams params) throws StripeException Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<PersonalizationDesign> list(PersonalizationDesignListParams params, RequestOptions options) throws StripeException Returns a list of personalization design objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
public PersonalizationDesign create(PersonalizationDesignCreateParams params) throws StripeException Creates a personalization design object.- Throws:
StripeException
-
create
public PersonalizationDesign create(PersonalizationDesignCreateParams params, RequestOptions options) throws StripeException Creates a personalization design object.- Throws:
StripeException
-
retrieve
public PersonalizationDesign retrieve(String personalizationDesign, PersonalizationDesignRetrieveParams params) throws StripeException Retrieves a personalization design object.- Throws:
StripeException
-
retrieve
public PersonalizationDesign retrieve(String personalizationDesign, RequestOptions options) throws StripeException Retrieves a personalization design object.- Throws:
StripeException
-
retrieve
Retrieves a personalization design object.- Throws:
StripeException
-
retrieve
public PersonalizationDesign retrieve(String personalizationDesign, PersonalizationDesignRetrieveParams params, RequestOptions options) throws StripeException Retrieves a personalization design object.- Throws:
StripeException
-
update
public PersonalizationDesign update(String personalizationDesign, PersonalizationDesignUpdateParams params) throws StripeException Updates a card personalization object.- Throws:
StripeException
-
update
public PersonalizationDesign update(String personalizationDesign, RequestOptions options) throws StripeException Updates a card personalization object.- Throws:
StripeException
-
update
Updates a card personalization object.- Throws:
StripeException
-
update
public PersonalizationDesign update(String personalizationDesign, PersonalizationDesignUpdateParams params, RequestOptions options) throws StripeException Updates a card personalization object.- Throws:
StripeException
-