Uses of Class
com.stripe.model.Card

Packages that use Card
com.stripe.model   
 

Uses of Card in com.stripe.model
 

Methods in com.stripe.model that return Card
 Card Customer.getActiveCard()
           
 Card Token.getCard()
           
 Card Charge.getCard()
           
 

Methods in com.stripe.model with parameters of type Card
 void Customer.setActiveCard(Card activeCard)
           
 void Token.setCard(Card card)
           
 void Charge.setCard(Card card)
           
 



Copyright © 2011 Stripe. All Rights Reserved.