com.stripe.model
Class BankAccount

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.BankAccount

public class BankAccount
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
BankAccount()
           
 
Method Summary
 String getBankName()
           
 String getCountry()
           
 String getLast4()
           
 Boolean getValidated()
           
 void setBankName(String bankName)
           
 void setCountry(String country)
           
 void setLast4(String last4)
           
 void setValidated(Boolean validated)
           
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BankAccount

public BankAccount()
Method Detail

getLast4

public String getLast4()

setLast4

public void setLast4(String last4)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getBankName

public String getBankName()

setBankName

public void setBankName(String bankName)

getValidated

public Boolean getValidated()

setValidated

public void setValidated(Boolean validated)


Copyright © 2014 Stripe. All rights reserved.