| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
static Recipient |
Recipient.create(Map<String,Object> params) |
static Recipient |
Recipient.create(Map<String,Object> params,
String apiKey) |
static Recipient |
Recipient.retrieve(String id) |
static Recipient |
Recipient.retrieve(String id,
String apiKey) |
Recipient |
Recipient.update(Map<String,Object> params) |
Recipient |
Recipient.update(Map<String,Object> params,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
List<Recipient> |
RecipientCollection.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecipientCollection.setData(List<Recipient> data) |
Copyright © 2014 Stripe. All rights reserved.