Class BacsDirectDebitPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BacsDirectDebitPaymentMethod extends PaymentMethodDetails
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEpublic final static ModelObject.Serializer<BacsDirectDebitPaymentMethod>SERIALIZERprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringholderNameprivate StringbankAccountNumberprivate StringbankLocationId
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetHolderName()final UnitsetHolderName(String holderName)final StringgetBankAccountNumber()final UnitsetBankAccountNumber(String bankAccountNumber)final StringgetBankLocationId()final UnitsetBankLocationId(String bankLocationId)-
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)
-
getHolderName
final String getHolderName()
-
setHolderName
final Unit setHolderName(String holderName)
-
getBankAccountNumber
final String getBankAccountNumber()
-
setBankAccountNumber
final Unit setBankAccountNumber(String bankAccountNumber)
-
getBankLocationId
final String getBankLocationId()
-
setBankLocationId
final Unit setBankLocationId(String bankLocationId)
-
-
-
-