public class Amount
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Amount.Subtotals |
| Constructor and Description |
|---|
Amount() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrency() |
java.lang.Integer |
getFees() |
java.lang.Integer |
getLiquid() |
java.lang.Integer |
getOtherReceivers() |
java.lang.Integer |
getPaid() |
java.lang.Integer |
getRefunds() |
Amount.Subtotals |
getSubtotals() |
java.lang.Integer |
getTotal() |
java.lang.String |
toString() |
public java.lang.Integer getPaid()
public java.lang.Integer getTotal()
public java.lang.Integer getFees()
public java.lang.Integer getRefunds()
public java.lang.Integer getLiquid()
public java.lang.Integer getOtherReceivers()
public java.lang.String getCurrency()
public Amount.Subtotals getSubtotals()
public java.lang.String toString()
toString in class java.lang.Object