Class OrderResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class OrderResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<OrderResponse>SERIALIZERprivate final StringpspReferenceprivate final StringorderDataprivate final Amountamountprivate final AmountremainingAmount
-
Constructor Summary
Constructors Constructor Description OrderResponse(String pspReference, String orderData, Amount amount, Amount remainingAmount)
-
Method Summary
Modifier and Type Method Description final StringgetPspReference()final StringgetOrderData()final AmountgetAmount()final AmountgetRemainingAmount()-
Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject
describeContents -
Methods inherited from class android.os.Parcelable
writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPspReference
final String getPspReference()
-
getOrderData
final String getOrderData()
-
getRemainingAmount
final Amount getRemainingAmount()
-
-
-
-