com.stripe.model
Class Summary
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Summary
public class Summary
- extends StripeObject
Summary
public Summary()
getChargeFees
public Integer getChargeFees()
setChargeFees
public void setChargeFees(Integer chargeFees)
getNet
public Integer getNet()
set
public void set(Integer net)
getRefundGross
public Integer getRefundGross()
setRefundGross
public void setRefundGross(Integer refundGross)
getAdjustmentGross
public Integer getAdjustmentGross()
setAdjustmentGross
public void setAdjustmentGross(Integer adjustmentGross)
getRefundFees
public Integer getRefundFees()
setRefundFees
public void setRefundFees(Integer refundFees)
getValidationCount
public Integer getValidationCount()
setValidationCount
public void setValidationCount(Integer validationCount)
getValidationFees
public Integer getValidationFees()
setValidationFees
public void setValidationFees(Integer validationFees)
getRefundCount
public Integer getRefundCount()
setRefundCount
public void setRefundCount(Integer refundCount)
getAdjustmentCount
public Integer getAdjustmentCount()
setAdjustmentCount
public void setAdjustmentCount(Integer adjustmentCount)
getChargeCount
public Integer getChargeCount()
setChargeCount
public void setChargeCount(Integer chargeCount)
getChargeGross
public Integer getChargeGross()
setChargeGross
public void setChargeGross(Integer chargeGross)
Copyright © 2014 Stripe. All rights reserved.