Class RefundsListResponse

java.lang.Object
br.com.moip.response.RefundsListResponse

public class RefundsListResponse
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    RefundsListResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Refund> getRefunds()  
    void setRefunds​(java.util.List<Refund> refunds)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • setRefunds

      public void setRefunds​(java.util.List<Refund> refunds)
    • getRefunds

      public java.util.List<Refund> getRefunds()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object