Class CashAppPayPaymentMethod
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CashAppPayPaymentMethod extends PaymentMethodDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCashAppPayPaymentMethod.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static StringPAYMENT_METHOD_TYPEprivate Stringtypeprivate StringcheckoutAttemptIdprivate StringgrantIdprivate StringonFileGrantIdprivate StringcustomerIdprivate Stringcashtagprivate StringstoredPaymentMethodIdpublic final static CashAppPayPaymentMethod.CompanionCompanion
-
Method Summary
Modifier and Type Method Description StringgetType()UnitsetType(String type)StringgetCheckoutAttemptId()UnitsetCheckoutAttemptId(String checkoutAttemptId)final StringgetGrantId()final UnitsetGrantId(String grantId)final StringgetOnFileGrantId()final UnitsetOnFileGrantId(String onFileGrantId)final StringgetCustomerId()final UnitsetCustomerId(String customerId)final StringgetCashtag()final UnitsetCashtag(String cashtag)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)
-
getGrantId
final String getGrantId()
-
setGrantId
final Unit setGrantId(String grantId)
-
getOnFileGrantId
final String getOnFileGrantId()
-
setOnFileGrantId
final Unit setOnFileGrantId(String onFileGrantId)
-
getCustomerId
final String getCustomerId()
-
setCustomerId
final Unit setCustomerId(String customerId)
-
getCashtag
final String getCashtag()
-
setCashtag
final Unit setCashtag(String cashtag)
-
getStoredPaymentMethodId
final String getStoredPaymentMethodId()
-
setStoredPaymentMethodId
final Unit setStoredPaymentMethodId(String storedPaymentMethodId)
-
-
-
-