com.stripe.model
Class Card

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

public class Card
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
Card()
           
 
Method Summary
 String getAddressCountry()
           
 String getAddressLine1()
           
 String getAddressLine2()
           
 String getAddressState()
           
 String getAddressZip()
           
 String getCountry()
           
 Integer getExpMonth()
           
 Integer getExpYear()
           
 String getLast4()
           
 String getName()
           
 String getType()
           
 void setAddressCountry(String addressCountry)
           
 void setAddressLine1(String addressLine1)
           
 void setAddressLine2(String addressLine2)
           
 void setAddressState(String addressState)
           
 void setAddressZip(String addressZip)
           
 void setCountry(String country)
           
 void setExpMonth(Integer expMonth)
           
 void setExpYear(Integer expYear)
           
 void setLast4(String last4)
           
 void setName(String name)
           
 void setType(String type)
           
 
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

Card

public Card()
Method Detail

getExpMonth

public Integer getExpMonth()

setExpMonth

public void setExpMonth(Integer expMonth)

getExpYear

public Integer getExpYear()

setExpYear

public void setExpYear(Integer expYear)

getLast4

public String getLast4()

setLast4

public void setLast4(String last4)

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getType

public String getType()

setType

public void setType(String type)

getName

public String getName()

setName

public void setName(String name)

getAddressLine1

public String getAddressLine1()

setAddressLine1

public void setAddressLine1(String addressLine1)

getAddressLine2

public String getAddressLine2()

setAddressLine2

public void setAddressLine2(String addressLine2)

getAddressZip

public String getAddressZip()

setAddressZip

public void setAddressZip(String addressZip)

getAddressState

public String getAddressState()

setAddressState

public void setAddressState(String addressState)

getAddressCountry

public String getAddressCountry()

setAddressCountry

public void setAddressCountry(String addressCountry)


Copyright © 2012 Stripe. All Rights Reserved.