public class TaxIdCollection extends StripeCollection<TaxId>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
TaxIdCollection() |
| Modifier and Type | Method and Description |
|---|---|
TaxId |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Creates a new
TaxID object for a customer. |
TaxId |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Creates a new
TaxID object for a customer. |
TaxId |
create(TaxIdCollectionCreateParams params)
Creates a new
TaxID object for a customer. |
TaxId |
create(TaxIdCollectionCreateParams params,
RequestOptions options)
Creates a new
TaxID object for a customer. |
TaxIdCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
Returns a list of tax IDs for a customer.
|
TaxIdCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Returns a list of tax IDs for a customer.
|
TaxIdCollection |
list(TaxIdCollectionListParams params)
Returns a list of tax IDs for a customer.
|
TaxIdCollection |
list(TaxIdCollectionListParams params,
RequestOptions options)
Returns a list of tax IDs for a customer.
|
TaxId |
retrieve(java.lang.String id)
Retrieves the
TaxID object with the given identifier. |
TaxId |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves the
TaxID object with the given identifier. |
TaxId |
retrieve(java.lang.String id,
RequestOptions options)
Retrieves the
TaxID object with the given identifier. |
TaxId |
retrieve(java.lang.String id,
TaxIdCollectionRetrieveParams params,
RequestOptions options)
Retrieves the
TaxID object with the given identifier. |
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlequals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic TaxId create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
TaxID object for a customer.StripeExceptionpublic TaxId create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
TaxID object for a customer.StripeExceptionpublic TaxId create(TaxIdCollectionCreateParams params) throws StripeException
TaxID object for a customer.StripeExceptionpublic TaxId create(TaxIdCollectionCreateParams params, RequestOptions options) throws StripeException
TaxID object for a customer.StripeExceptionpublic TaxId retrieve(java.lang.String id) throws StripeException
TaxID object with the given identifier.StripeExceptionpublic TaxId retrieve(java.lang.String id, RequestOptions options) throws StripeException
TaxID object with the given identifier.StripeExceptionpublic TaxId retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
TaxID object with the given identifier.StripeExceptionpublic TaxId retrieve(java.lang.String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException
TaxID object with the given identifier.StripeExceptionpublic TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic TaxIdCollection list(TaxIdCollectionListParams params) throws StripeException
StripeExceptionpublic TaxIdCollection list(TaxIdCollectionListParams params, RequestOptions options) throws StripeException
StripeException