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, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
public TaxId create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
TaxID
object for a customer.StripeException
public TaxId create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
TaxID
object for a customer.StripeException
public TaxId create(TaxIdCollectionCreateParams params) throws StripeException
TaxID
object for a customer.StripeException
public TaxId create(TaxIdCollectionCreateParams params, RequestOptions options) throws StripeException
TaxID
object for a customer.StripeException
public TaxId retrieve(java.lang.String id) throws StripeException
TaxID
object with the given identifier.StripeException
public TaxId retrieve(java.lang.String id, RequestOptions options) throws StripeException
TaxID
object with the given identifier.StripeException
public 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.StripeException
public TaxId retrieve(java.lang.String id, TaxIdCollectionRetrieveParams params, RequestOptions options) throws StripeException
TaxID
object with the given identifier.StripeException
public TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public TaxIdCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public TaxIdCollection list(TaxIdCollectionListParams params) throws StripeException
StripeException
public TaxIdCollection list(TaxIdCollectionListParams params, RequestOptions options) throws StripeException
StripeException