com.stripe.model
Class FeeRefund
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.FeeRefund
- All Implemented Interfaces:
- MetadataStore<ApplicationFee>
public class FeeRefund
- extends APIResource
- implements MetadataStore<ApplicationFee>
FeeRefund
public FeeRefund()
update
public FeeRefund update(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Specified by:
update in interface MetadataStore<ApplicationFee>
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
update
public FeeRefund update(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
- Specified by:
update in interface MetadataStore<ApplicationFee>
- Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
getInstanceURL
public String getInstanceURL()
getId
public String getId()
getAmount
public Integer getAmount()
setAmount
public void setAmount(Integer amount)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getBalanceTransaction
public String getBalanceTransaction()
setBalanceTransaction
public void setBalanceTransaction(String balanceTransaction)
getFee
public String getFee()
setFee
public void setFee(String fee)
getMetadata
public Map<String,String> getMetadata()
- Specified by:
getMetadata in interface MetadataStore<ApplicationFee>
setMetadata
public void setMetadata(Map<String,String> metadata)
- Specified by:
setMetadata in interface MetadataStore<ApplicationFee>
Copyright © 2014 Stripe. All rights reserved.