| Package | Description |
|---|---|
| net.joelinn.stripe | |
| net.joelinn.stripe.error | |
| net.joelinn.stripe.error.card | |
| net.joelinn.stripe.json |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Client.handleError(ErrorResponse error,
int status) |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorResponse |
StripeApiException.response |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
StripeApiException.getResponse() |
| Constructor and Description |
|---|
StripeApiException(ErrorResponse response,
int code) |
| Constructor and Description |
|---|
CardDeclinedException(ErrorResponse response,
int code) |
CardException(ErrorResponse response,
int code) |
IncorrectNumberException(ErrorResponse response,
int code) |
InvalidCvcException(ErrorResponse response,
int code) |
InvalidExpiryMonthException(ErrorResponse response,
int code) |
InvalidExpiryYearException(ErrorResponse response,
int code) |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorDeserializer.deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
Method that can be called to ask implementation to deserialize
JSON content into the value type this serializer handles.
|
Copyright © 2014. All rights reserved.