public class CustomerBalanceTransactionCollection extends StripeCollection<CustomerBalanceTransaction>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
CustomerBalanceTransactionCollection() |
| Modifier and Type | Method and Description |
|---|---|
CustomerBalanceTransaction |
create(CustomerBalanceTransactionCollectionCreateParams params)
Creates an immutable transaction that updates the customer’s
balance
. |
CustomerBalanceTransaction |
create(CustomerBalanceTransactionCollectionCreateParams params,
RequestOptions options)
Creates an immutable transaction that updates the customer’s
balance
. |
CustomerBalanceTransaction |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Creates an immutable transaction that updates the customer’s
balance
. |
CustomerBalanceTransaction |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Creates an immutable transaction that updates the customer’s
balance
. |
CustomerBalanceTransactionCollection |
list(CustomerBalanceTransactionCollectionListParams params)
Returns a list of transactions that updated the customer’s
balance
. |
CustomerBalanceTransactionCollection |
list(CustomerBalanceTransactionCollectionListParams params,
RequestOptions options)
Returns a list of transactions that updated the customer’s
balance
. |
CustomerBalanceTransactionCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
Returns a list of transactions that updated the customer’s
balance
. |
CustomerBalanceTransactionCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Returns a list of transactions that updated the customer’s
balance
. |
CustomerBalanceTransaction |
retrieve(java.lang.String id)
Retrieves a specific transaction that updated the customer’s
balance
. |
CustomerBalanceTransaction |
retrieve(java.lang.String id,
CustomerBalanceTransactionCollectionRetrieveParams params,
RequestOptions options)
Retrieves a specific transaction that updated the customer’s
balance
. |
CustomerBalanceTransaction |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves a specific transaction that updated the customer’s
balance
. |
CustomerBalanceTransaction |
retrieve(java.lang.String id,
RequestOptions options)
Retrieves a specific transaction that updated the customer’s
balance
. |
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 CustomerBalanceTransactionCollection()
public CustomerBalanceTransaction retrieve(java.lang.String id) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction retrieve(java.lang.String id, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction retrieve(java.lang.String id, CustomerBalanceTransactionCollectionRetrieveParams params, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransactionCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransactionCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransactionCollection list(CustomerBalanceTransactionCollectionListParams params) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransactionCollection list(CustomerBalanceTransactionCollectionListParams params, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction create(CustomerBalanceTransactionCollectionCreateParams params) throws StripeException
balance
.StripeExceptionpublic CustomerBalanceTransaction create(CustomerBalanceTransactionCollectionCreateParams params, RequestOptions options) throws StripeException
balance
.StripeException