Package com.stripe.service
Class CountrySpecService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CountrySpecService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Lists all Country Spec objects available in the API.list
(RequestOptions options) Lists all Country Spec objects available in the API.list
(CountrySpecListParams params) Lists all Country Spec objects available in the API.list
(CountrySpecListParams params, RequestOptions options) Lists all Country Spec objects available in the API.Returns a Country Spec for a given Country code.retrieve
(String country, RequestOptions options) Returns a Country Spec for a given Country code.retrieve
(String country, CountrySpecRetrieveParams params) Returns a Country Spec for a given Country code.retrieve
(String country, CountrySpecRetrieveParams params, RequestOptions options) Returns a Country Spec for a given Country code.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CountrySpecService
-
-
Method Details
-
list
Lists all Country Spec objects available in the API.- Throws:
StripeException
-
list
Lists all Country Spec objects available in the API.- Throws:
StripeException
-
list
Lists all Country Spec objects available in the API.- Throws:
StripeException
-
list
public StripeCollection<CountrySpec> list(CountrySpecListParams params, RequestOptions options) throws StripeException Lists all Country Spec objects available in the API.- Throws:
StripeException
-
retrieve
public CountrySpec retrieve(String country, CountrySpecRetrieveParams params) throws StripeException Returns a Country Spec for a given Country code.- Throws:
StripeException
-
retrieve
Returns a Country Spec for a given Country code.- Throws:
StripeException
-
retrieve
Returns a Country Spec for a given Country code.- Throws:
StripeException
-
retrieve
public CountrySpec retrieve(String country, CountrySpecRetrieveParams params, RequestOptions options) throws StripeException Returns a Country Spec for a given Country code.- Throws:
StripeException
-