public class ApplicationFee extends APIResource implements HasId
APIResource.RequestMethod, APIResource.RequestType
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
ApplicationFee() |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setExpandableFieldID, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncode
equals, toJson, toString
public void setId(String id)
public String getObject()
public void setObject(String object)
public String getAccount()
public void setAccount(String account)
public Long getAmount()
public void setAmount(Long amount)
public Long getAmountRefunded()
public void setAmountRefunded(Long amountRefunded)
public String getApplication()
public void setApplication(String application)
public String getBalanceTransaction()
public void setBalanceTransaction(String balanceTransaction)
public String getCharge()
public void setCharge(String charge)
public Long getCreated()
public void setCreated(Long created)
public String getCurrency()
public void setCurrency(String currency)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public String getOriginatingTransaction()
public void setOriginatingTransaction(String originatingTransaction)
public Boolean getRefunded()
public void setRefunded(Boolean refunded)
public FeeRefundCollection getRefunds()
@Deprecated public String getUser()
@Deprecated public void setUser(String user)
public static ApplicationFee retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static ApplicationFee retrieve(String id, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ApplicationFee retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ApplicationFeeCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static ApplicationFeeCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static ApplicationFeeCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static ApplicationFeeCollection all(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static ApplicationFeeCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ApplicationFee refund() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ApplicationFee refund(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public ApplicationFee refund(String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ApplicationFee refund(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public ApplicationFee refund(Map<String,Object> params, String apiKey) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public ApplicationFee refund(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2017 Stripe. All rights reserved.