com.stripe.model
Class Summary

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.Summary

public class Summary
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
Summary()
           
 
Method Summary
 Integer getAdjustmentCount()
           
 Integer getAdjustmentGross()
           
 Integer getChargeCount()
           
 Integer getChargeFees()
           
 Integer getChargeGross()
           
 Integer getNet()
           
 Integer getRefundCount()
           
 Integer getRefundFees()
           
 Integer getRefundGross()
           
 Integer getValidationCount()
           
 Integer getValidationFees()
           
 void set(Integer net)
           
 void setAdjustmentCount(Integer adjustmentCount)
           
 void setAdjustmentGross(Integer adjustmentGross)
           
 void setChargeCount(Integer chargeCount)
           
 void setChargeFees(Integer chargeFees)
           
 void setChargeGross(Integer chargeGross)
           
 void setRefundCount(Integer refundCount)
           
 void setRefundFees(Integer refundFees)
           
 void setRefundGross(Integer refundGross)
           
 void setValidationCount(Integer validationCount)
           
 void setValidationFees(Integer validationFees)
           
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

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.