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 newTaxID
object for a customer.create
(TaxIdCollectionCreateParams params, RequestOptions options) Creates a newTaxID
object for a customer.Creates a newTaxID
object for a customer.create
(Map<String, Object> params, RequestOptions options) Creates a newTaxID
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 theTaxID
object with the given identifier.retrieve
(String id, RequestOptions options) Retrieves theTaxID
object with the given identifier.retrieve
(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) Retrieves theTaxID
object with the given identifier.Retrieves theTaxID
object 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, setUrl
Methods inherited from class com.stripe.model.StripeObject
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.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
TaxIdCollection
public TaxIdCollection()
-
-
Method Details
-
create
Creates a newTaxID
object for a customer.- Throws:
StripeException
-
create
Creates a newTaxID
object for a customer.- Throws:
StripeException
-
create
Creates a newTaxID
object for a customer.- Throws:
StripeException
-
create
public TaxId create(TaxIdCollectionCreateParams params, RequestOptions options) throws StripeException Creates a newTaxID
object for a customer.- Throws:
StripeException
-
retrieve
Retrieves theTaxID
object with the given identifier.- Throws:
StripeException
-
retrieve
Retrieves theTaxID
object with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves theTaxID
object with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves theTaxID
object 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
-