public class CountrySpec extends APIResource implements HasId
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
CountrySpec() |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setExpandableFieldID, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toJson, toStringpublic void setId(String id)
public String getObject()
public void setObject(String object)
public String getDefaultCurrency()
public void setDefaultCurrency(String defaultCurrency)
public Map<String,List<String>> getSupportedBankAccountCurrencies()
public void setSupportedBankAccountCurrencies(Map<String,List<String>> supportedBankAccountCurrencies)
public void setSupportedPaymentCurrencies(List<String> supportedPaymentCurrencies)
public void setSupportedPaymentMethods(List<String> supportedPaymentMethods)
public VerificationFields getVerificationFields()
public void setVerificationFields(VerificationFields verificationFields)
public static CountrySpec retrieve(String country) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static CountrySpec retrieve(String country, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static CountrySpecCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static CountrySpecCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2017 Stripe. All rights reserved.