| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
Card |
CustomerCardCollection.create(Map<String,Object> params) |
Card |
CustomerCardCollection.create(Map<String,Object> params,
RequestOptions options) |
Card |
CustomerCardCollection.create(Map<String,Object> params,
String apiKey)
Deprecated.
|
Card |
Recipient.createCard(Map<String,Object> params) |
Card |
Customer.createCard(Map<String,Object> params) |
Card |
Recipient.createCard(Map<String,Object> params,
RequestOptions options) |
Card |
Customer.createCard(Map<String,Object> params,
RequestOptions options)
Deprecated.
|
Card |
Recipient.createCard(Map<String,Object> params,
String apiKey)
Deprecated.
|
Card |
Customer.createCard(Map<String,Object> params,
String apiKey)
Deprecated.
|
Card |
Recipient.createCard(String token) |
Card |
Customer.createCard(String token) |
Card |
Recipient.createCard(String token,
RequestOptions options) |
Card |
Customer.createCard(String token,
RequestOptions options)
Deprecated.
|
Card |
Recipient.createCard(String token,
String apiKey)
Deprecated.
|
Card |
Customer.createCard(String token,
String apiKey)
Deprecated.
|
Card |
Token.getCard() |
Card |
ThreeDSecure.getCard() |
Card |
Charge.getCard()
Deprecated.
Use `source` field (https://stripe.com/docs/upgrades#2015-02-18)
|
Card |
RecipientCardCollection.retrieve(String id) |
Card |
CustomerCardCollection.retrieve(String id) |
Card |
RecipientCardCollection.retrieve(String id,
RequestOptions options) |
Card |
CustomerCardCollection.retrieve(String id,
RequestOptions options) |
Card |
RecipientCardCollection.retrieve(String id,
String apiKey)
Deprecated.
|
Card |
CustomerCardCollection.retrieve(String id,
String apiKey)
Deprecated.
|
Card |
Card.update(Map<String,Object> params) |
Card |
Card.update(Map<String,Object> params,
RequestOptions options) |
Card |
Card.update(Map<String,Object> params,
String apiKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Token.setCard(Card card) |
void |
ThreeDSecure.setCard(Card card) |
void |
Charge.setCard(Card card)
Deprecated.
Use `source` field (https://stripe.com/docs/upgrades#2015-02-18)
|
Copyright © 2016 Stripe. All rights reserved.