-
- All Implemented Interfaces:
-
android.os.Parcelable,com.oppwa.mobile.connect.payment.BrandConfig
public class CashAppPayConfig extends AfterpayPacificConfig implements Parcelable
Contains the configuration for CASH_APP_PAY payment method.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcurrencyCodepublic final static Parcelable.Creator<CashAppPayConfig>CREATOR
-
Method Summary
Modifier and Type Method Description StringgetCurrencyCode()Returns the currencyCode. StringtoString()StringgetPaymentBrand()Returns the payment brand. voidwriteToParcel(@NonNull() Parcel dest, int flags)booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
CashAppPayConfig
CashAppPayConfig(String minimumAmount, String maximumAmount, Locale locale, Locale consumerLocale, String currencyCode)
Creates the new CashAppPay configuration.- Parameters:
minimumAmount- The minimum order amount (optional).maximumAmount- The maximum order amount.locale- The locale for formatting of terms and conditions and currency.consumerLocale- The consumer locale.currencyCode- The currency code.
-
-
Method Detail
-
getCurrencyCode
@NonNull() String getCurrencyCode()
Returns the currencyCode.
-
getPaymentBrand
@NonNull() String getPaymentBrand()
Returns the payment brand.
-
writeToParcel
void writeToParcel(@NonNull() Parcel dest, int flags)
-
hashCode
int hashCode()
-
-
-
-