Uses of Class
com.stripe.model.BankAccount

Packages that use BankAccount
com.stripe.model   
 

Uses of BankAccount in com.stripe.model
 

Methods in com.stripe.model that return BankAccount
 BankAccount Transfer.getAccount()
           
 BankAccount Recipient.getActiveAccount()
           
 

Methods in com.stripe.model with parameters of type BankAccount
 void Transfer.setAccount(BankAccount account)
           
 void Recipient.setActiveAccount(BankAccount activeAccount)
           
 



Copyright © 2014 Stripe. All rights reserved.