Class ACHDirectDebitPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ACHDirectDebitPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<ACHDirectDebitPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringencryptedBankAccountNumberprivate StringencryptedBankLocationIdprivate StringownerNameprivate StringstoredPaymentMethodId
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetEncryptedBankAccountNumber()final UnitsetEncryptedBankAccountNumber(String encryptedBankAccountNumber)final StringgetEncryptedBankLocationId()final UnitsetEncryptedBankLocationId(String encryptedBankLocationId)final StringgetOwnerName()final UnitsetOwnerName(String ownerName)final StringgetStoredPaymentMethodId()final UnitsetStoredPaymentMethodId(String storedPaymentMethodId)-
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)
-
getEncryptedBankAccountNumber
final String getEncryptedBankAccountNumber()
-
setEncryptedBankAccountNumber
final Unit setEncryptedBankAccountNumber(String encryptedBankAccountNumber)
-
getEncryptedBankLocationId
final String getEncryptedBankLocationId()
-
setEncryptedBankLocationId
final Unit setEncryptedBankLocationId(String encryptedBankLocationId)
-
getOwnerName
final String getOwnerName()
-
setOwnerName
final Unit setOwnerName(String ownerName)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
-
-
-