Class OrderPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public final class OrderPaymentMethod extends ModelObject
-
-
Field Summary
Fields Modifier and Type Field Description public final static ModelObject.Serializer<OrderPaymentMethod>SERIALIZERprivate final Stringtypeprivate final Amountamountprivate final StringlastFourprivate final AmounttransactionLimit
-
Constructor Summary
Constructors Constructor Description OrderPaymentMethod(String type, Amount amount, String lastFour, Amount transactionLimit)
-
Method Summary
Modifier and Type Method Description final StringgetType()final AmountgetAmount()final StringgetLastFour()final AmountgetTransactionLimit()-
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
-
getLastFour
final String getLastFour()
-
getTransactionLimit
final Amount getTransactionLimit()
-
-
-
-