Package com.stripe.service
Class MandateService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.MandateService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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
-
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
-