Class SepaPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SepaPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<SepaPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringownerNameprivate Stringiban
-
Constructor Summary
Constructors Constructor Description SepaPaymentMethod(String type, String checkoutAttemptId, String ownerName, String iban)
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetOwnerName()final UnitsetOwnerName(String ownerName)final StringgetIban()final UnitsetIban(String iban)-
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
-
getCheckoutAttemptId
String getCheckoutAttemptId()
-
setCheckoutAttemptId
Unit setCheckoutAttemptId(String checkoutAttemptId)
-
getOwnerName
final String getOwnerName()
-
setOwnerName
final Unit setOwnerName(String ownerName)
-
-
-
-