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(Map<String,Object> params)
           
 Card Customer.createCard(Map<String,Object> params, String apiKey)
           
 Card Customer.createCard(String token)
           
 Card Customer.createCard(String token, String apiKey)
           
 Card Token.getCard()
           
 Card Charge.getCard()
           
 Card CustomerCardCollection.retrieve(String id)
           
 Card CustomerCardCollection.retrieve(String id, String apiKey)
           
 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 © 2014 Stripe. All rights reserved.