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, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public CustomerBalanceTransactionCollection()
public CustomerBalanceTransaction retrieve(java.lang.String id) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction retrieve(java.lang.String id, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction retrieve(java.lang.String id, CustomerBalanceTransactionCollectionRetrieveParams params, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransactionCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
balance
.StripeException
public CustomerBalanceTransactionCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransactionCollection list(CustomerBalanceTransactionCollectionListParams params) throws StripeException
balance
.StripeException
public CustomerBalanceTransactionCollection list(CustomerBalanceTransactionCollectionListParams params, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction create(CustomerBalanceTransactionCollectionCreateParams params) throws StripeException
balance
.StripeException
public CustomerBalanceTransaction create(CustomerBalanceTransactionCollectionCreateParams params, RequestOptions options) throws StripeException
balance
.StripeException