Package com.stripe.model
Class TaxIdCollection
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.StripeCollection<TaxId>
-
- com.stripe.model.TaxIdCollection
-
- All Implemented Interfaces:
StripeCollectionInterface<TaxId>,StripeObjectInterface
public class TaxIdCollection extends StripeCollection<TaxId>
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description TaxIdCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxIdcreate(TaxIdCollectionCreateParams params)Creates a newTaxIDobject for a customer.TaxIdcreate(TaxIdCollectionCreateParams params, RequestOptions options)Creates a newTaxIDobject for a customer.TaxIdcreate(java.util.Map<java.lang.String,java.lang.Object> params)Creates a newTaxIDobject for a customer.TaxIdcreate(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Creates a newTaxIDobject for a customer.TaxIdCollectionlist(TaxIdCollectionListParams params)Returns a list of tax IDs for a customer.TaxIdCollectionlist(TaxIdCollectionListParams params, RequestOptions options)Returns a list of tax IDs for a customer.TaxIdCollectionlist(java.util.Map<java.lang.String,java.lang.Object> params)Returns a list of tax IDs for a customer.TaxIdCollectionlist(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)Returns a list of tax IDs for a customer.TaxIdretrieve(java.lang.String id)Retrieves theTaxIDobject with the given identifier.TaxIdretrieve(java.lang.String id, RequestOptions options)Retrieves theTaxIDobject with the given identifier.TaxIdretrieve(java.lang.String id, TaxIdCollectionRetrieveParams params, RequestOptions options)Retrieves theTaxIDobject with the given identifier.TaxIdretrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options)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, 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
-
-
-
-
Method Detail
-
create
public TaxId create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
create
public TaxId create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Creates a newTaxIDobject for a customer.- Throws:
StripeException
-
create
public TaxId create(TaxIdCollectionCreateParams params) throws StripeException
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
public TaxId retrieve(java.lang.String id) throws StripeException
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(java.lang.String id, RequestOptions options) throws StripeException
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
retrieve
public TaxId retrieve(java.lang.String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException
Retrieves theTaxIDobject with the given identifier.- Throws:
StripeException
-
list
public TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
public TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
Returns a list of tax IDs for a customer.- Throws:
StripeException
-
list
public TaxIdCollection list(TaxIdCollectionListParams params) throws StripeException
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
-
-