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.createCard(Object params)
           
 Card Customer.createCard(Object params, String apiKey)
           
 Card Token.getCard()
           
 Card Charge.getCard()
           
 Card Card.update(Map<String,Object> params)
           
 Card Card.update(Map<String,Object> params, String apiKey)
           
 

Methods in com.stripe.model that return types with arguments of type Card
 List<Card> CustomerCardCollection.getData()
           
 

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



Copyright © 2013 Stripe. All rights reserved.