-
- 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 String
currencyCode
public final static Parcelable.Creator<CashAppPayConfig>
CREATOR
-
Method Summary
Modifier and Type Method Description String
getCurrencyCode()
Returns the currencyCode. String
toString()
String
getPaymentBrand()
Returns the payment brand. void
writeToParcel(@NonNull() Parcel dest, int flags)
boolean
equals(Object o)
int
hashCode()
-
-
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()
-
-
-
-