Package com.stripe.model
Class TaxIdCollection
- All Implemented Interfaces:
StripeCollectionInterface<TaxId>,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TaxIdCollectionCreateParams params) Creates a newTaxIDobject for a customer.create(TaxIdCollectionCreateParams params, RequestOptions options) Creates a newTaxIDobject for a customer.Creates a newTaxIDobject for a customer.create(Map<String, Object> params, RequestOptions options) Creates a newTaxIDobject for a customer.list(TaxIdCollectionListParams params) Returns a list of tax IDs for a customer.list(TaxIdCollectionListParams params, RequestOptions options) Returns a list of tax IDs for a customer.Returns a list of tax IDs for a customer.list(Map<String, Object> params, RequestOptions options) Returns a list of tax IDs for a customer.Retrieves theTaxIDobject with the given identifier.retrieve(String id, RequestOptions options) Retrieves theTaxIDobject with the given identifier.retrieve(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) Retrieves theTaxIDobject with the given identifier.Retrieves theTaxIDobject with the given identifier.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlMethods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
TaxIdCollection
public TaxIdCollection()
-
-
Method Details
-
create
Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
create
Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
create
Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
create
public TaxId create(TaxIdCollectionCreateParams params, RequestOptions options) throws StripeException Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
retrieve
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
list
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
public TaxIdCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionReturns a list of tax IDs for a customer.- Throws:
StripeException
-
list
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
public TaxIdCollection list(TaxIdCollectionListParams params, RequestOptions options) throws StripeException Returns a list of tax IDs for a customer.- Throws:
StripeException
-