Package com.stripe.model
Class TaxIdCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<TaxId>
,StripeObjectInterface
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(TaxIdCollectionCreateParams params) Creates a newtax_id
object for a customer.create
(TaxIdCollectionCreateParams params, RequestOptions options) Creates a newtax_id
object for a customer.Creates a newtax_id
object for a customer.create
(Map<String, Object> params, RequestOptions options) Creates a newtax_id
object 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 thetax_id
object with the given identifier.retrieve
(String id, RequestOptions options) Retrieves thetax_id
object with the given identifier.retrieve
(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) Retrieves thetax_id
object with the given identifier.Retrieves thetax_id
object with the given identifier.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
TaxIdCollection
public TaxIdCollection()
-
-
Method Details
-
create
Creates a newtax_id
object for a customer.- Throws:
StripeException
-
create
Creates a newtax_id
object for a customer.- Throws:
StripeException
-
create
Creates a newtax_id
object for a customer.- Throws:
StripeException
-
create
public TaxId create(TaxIdCollectionCreateParams params, RequestOptions options) throws StripeException Creates a newtax_id
object for a customer.- 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
-
retrieve
Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves thetax_id
object with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves thetax_id
object with the given identifier.- Throws:
StripeException
-