public class Summary extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
Summary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAdjustmentCount() |
Long |
getAdjustmentGross() |
Integer |
getChargeCount() |
Long |
getChargeFees() |
Long |
getChargeGross() |
Long |
getNet() |
Integer |
getRefundCount() |
Long |
getRefundFees() |
Long |
getRefundGross() |
Integer |
getValidationCount() |
Long |
getValidationFees() |
void |
set(Long net) |
void |
setAdjustmentCount(Integer adjustmentCount) |
void |
setAdjustmentGross(Long adjustmentGross) |
void |
setChargeCount(Integer chargeCount) |
void |
setChargeFees(Long chargeFees) |
void |
setChargeGross(Long chargeGross) |
void |
setRefundCount(Integer refundCount) |
void |
setRefundFees(Long refundFees) |
void |
setRefundGross(Long refundGross) |
void |
setValidationCount(Integer validationCount) |
void |
setValidationFees(Long validationFees) |
equals, toJson, toStringpublic Integer getAdjustmentCount()
public void setAdjustmentCount(Integer adjustmentCount)
public Long getAdjustmentGross()
public void setAdjustmentGross(Long adjustmentGross)
public Integer getChargeCount()
public void setChargeCount(Integer chargeCount)
public Long getChargeFees()
public void setChargeFees(Long chargeFees)
public Long getChargeGross()
public void setChargeGross(Long chargeGross)
public Long getNet()
public void set(Long net)
public Integer getRefundCount()
public void setRefundCount(Integer refundCount)
public Long getRefundFees()
public void setRefundFees(Long refundFees)
public Long getRefundGross()
public void setRefundGross(Long refundGross)
public Integer getValidationCount()
public void setValidationCount(Integer validationCount)
public Long getValidationFees()
public void setValidationFees(Long validationFees)
Copyright © 2017 Stripe. All rights reserved.