Class BankAccountsAPI

java.lang.Object
br.com.moip.api.BankAccountsAPI

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

    Constructors 
    Constructor Description
    BankAccountsAPI​(Client client)  
  • Method Summary

    Modifier and Type Method Description
    BankAccount create​(java.lang.String moipAccount, BankAccountRequest bankAccountRequest)  
    java.lang.Boolean delete​(java.lang.String id)  
    BankAccount get​(java.lang.String id)  
    java.util.List<BankAccount> getList​(java.lang.String moipAccount)  
    BankAccount update​(java.lang.String id, BankAccountRequest bankAccountRequest)  

    Methods inherited from class java.lang.Object

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