Package com.stripe.service
Class MandateService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.MandateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist
(MandateListParams params) Retrieves a list of Mandates for a given PaymentMethod.list
(MandateListParams params, RequestOptions options) Retrieves a list of Mandates for a given PaymentMethod.Retrieves a Mandate object.retrieve
(String mandate, RequestOptions options) Retrieves a Mandate object.retrieve
(String mandate, MandateRetrieveParams params) Retrieves a Mandate object.retrieve
(String mandate, MandateRetrieveParams params, RequestOptions options) Retrieves a Mandate object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MandateService
-
-
Method Details
-
list
Retrieves a list of Mandates for a given PaymentMethod.- Throws:
StripeException
-
list
public StripeCollection<Mandate> list(MandateListParams params, RequestOptions options) throws StripeException Retrieves a list of Mandates for a given PaymentMethod.- Throws:
StripeException
-
retrieve
Retrieves a Mandate object.- Throws:
StripeException
-
retrieve
Retrieves a Mandate object.- Throws:
StripeException
-
retrieve
Retrieves a Mandate object.- Throws:
StripeException
-
retrieve
public Mandate retrieve(String mandate, MandateRetrieveParams params, RequestOptions options) throws StripeException Retrieves a Mandate object.- Throws:
StripeException
-