-
- All Implemented Interfaces:
-
android.os.Parcelable,com.adyen.checkout.components.base.AmountConfiguration
public final class CashAppPayConfiguration extends Configuration implements AmountConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCashAppPayConfiguration.Companionpublic final classCashAppPayConfiguration.BuilderBuilder to create a CashAppPayConfiguration.
-
Field Summary
Fields Modifier and Type Field Description private final CashAppPayEnvironmentcashAppPayEnvironmentprivate final Amountamountprivate final StringreturnUrlprivate final BooleanshowStorePaymentFieldprivate final BooleanstorePaymentMethodprivate final StringclientKeyprivate final Environmentenvironmentprivate final LocaleshopperLocale
-
Method Summary
Modifier and Type Method Description final CashAppPayEnvironmentgetCashAppPayEnvironment()AmountgetAmount()final StringgetReturnUrl()final BooleangetShowStorePaymentField()final BooleangetStorePaymentMethod()final StringgetClientKey()final EnvironmentgetEnvironment()final LocalegetShopperLocale()UnitwriteToParcel(Parcel parcel, Integer flags)-
-
Method Detail
-
getCashAppPayEnvironment
final CashAppPayEnvironment getCashAppPayEnvironment()
-
getAmount
Amount getAmount()
-
getReturnUrl
final String getReturnUrl()
-
getShowStorePaymentField
final Boolean getShowStorePaymentField()
-
getStorePaymentMethod
final Boolean getStorePaymentMethod()
-
getClientKey
final String getClientKey()
-
getEnvironment
final Environment getEnvironment()
-
getShopperLocale
final Locale getShopperLocale()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
-
-
-