Class Amount

java.lang.Object
br.com.moip.resource.Amount

public class Amount
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    class  Amount.Subtotals  
  • Constructor Summary

    Constructors 
    Constructor Description
    Amount()  
  • Method Summary

    Modifier and Type Method 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()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait