| Package | Description |
|---|---|
| net.joelinn.stripe.api | |
| net.joelinn.stripe.response.customers | |
| net.joelinn.stripe.response.recipients |
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
Cards.listCards(String customerId)
List credit card records for the given customer
https://stripe.com/docs/api/curl#list_cards
|
ListCardsResponse |
Cards.listCards(String customerId,
Integer limit)
List credit card records for the given customer
https://stripe.com/docs/api/curl#list_cards
|
| Modifier and Type | Field and Description |
|---|---|
protected ListCardsResponse |
CustomerResponse.cards |
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
CustomerResponse.getCards() |
| Modifier and Type | Field and Description |
|---|---|
protected ListCardsResponse |
RecipientResponse.cards |
| Modifier and Type | Method and Description |
|---|---|
ListCardsResponse |
RecipientResponse.getCards() |
Copyright © 2014. All rights reserved.