Class OrderStatusResponse
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class OrderStatusResponse extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<OrderStatusResponse>SERIALIZERprivate final List<OrderPaymentMethod>paymentMethodsprivate final AmountremainingAmount
-
Constructor Summary
Constructors Constructor Description OrderStatusResponse(List<OrderPaymentMethod> paymentMethods, Amount remainingAmount)
-
Method Summary
Modifier and Type Method Description final List<OrderPaymentMethod>getPaymentMethods()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
-
-
Constructor Detail
-
OrderStatusResponse
OrderStatusResponse(List<OrderPaymentMethod> paymentMethods, Amount remainingAmount)
-
-
Method Detail
-
getPaymentMethods
final List<OrderPaymentMethod> getPaymentMethods()
-
getRemainingAmount
final Amount getRemainingAmount()
-
-
-
-