public class IdealResult extends BraintreePaymentResult
IdealResult
representing an iDEAL bank payment.Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<IdealResult> |
CREATOR |
Modifier | Constructor and Description |
---|---|
protected |
IdealResult(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
static IdealResult |
fromJson(java.lang.String json)
Convert an API response to an
IdealResult . |
java.lang.String |
getId() |
java.lang.String |
getShortId() |
java.lang.String |
getStatus() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContents
public static final android.os.Parcelable.Creator<IdealResult> CREATOR
public static IdealResult fromJson(java.lang.String json) throws org.json.JSONException
IdealResult
.json
- Raw JSON representation of a IdealResult
.IdealResult
representing an iDEAL bank payment.org.json.JSONException
public java.lang.String getShortId()
public java.lang.String getStatus()
public java.lang.String getId()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
writeToParcel
in class BraintreePaymentResult