com.stripe.model
Class ApplicationFee
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.ApplicationFee
public class ApplicationFee
- extends APIResource
ApplicationFee
public ApplicationFee()
getId
public String getId()
setId
public void setId(String id)
getAmount
public Integer getAmount()
setAmount
public void setAmount(Integer amount)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getLivemode
public Boolean getLivemode()
setLivemode
public void setLivemode(Boolean livemode)
getRefunded
public Boolean getRefunded()
setRefunded
public void setRefunded(Boolean refunded)
getAmountRefunded
public Integer getAmountRefunded()
setAmountRefunded
public void setAmountRefunded(Integer amountRefunded)
getUser
public String getUser()
setUser
public void setUser(String user)
getApplication
public String getApplication()
setApplication
public void setApplication(String application)
getCharge
public String getCharge()
setCharge
public void setCharge(String charge)
getRefunds
public List<FeeRefund> getRefunds()
setRefunds
public void setRefunds(List<FeeRefund> refunds)
getBalanceTransaction
public String getBalanceTransaction()
setBalanceTransaction
public void setBalanceTransaction(String balanceTransaction)
retrieve
public static ApplicationFee retrieve(String id)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static ApplicationFeeCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
refund
public ApplicationFee refund()
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
refund
public ApplicationFee refund(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
retrieve
public static ApplicationFee retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
all
public static ApplicationFeeCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
refund
public ApplicationFee refund(String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
refund
public ApplicationFee refund(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
Copyright © 2014 Stripe. All rights reserved.