| Package | Description |
|---|---|
| com.stripe.model | |
| com.stripe.net |
| Modifier and Type | Field and Description |
|---|---|
protected ExpandableField<ChargeOutcomeRule> |
ChargeOutcome.rule |
| Modifier and Type | Method and Description |
|---|---|
ExpandableField |
ExpandableFieldDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasId> |
APIResource.setExpandableFieldID(String newId,
ExpandableField<T> currentObject)
When setting a String ID for an ExpandableField, we need to be careful about keeping the String ID and the
expanded object in sync.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasId> |
APIResource.setExpandableFieldID(String newId,
ExpandableField<T> currentObject)
When setting a String ID for an ExpandableField, we need to be careful about keeping the String ID and the
expanded object in sync.
|
Copyright © 2017 Stripe. All rights reserved.