Class CashAppPayConfig

  • 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.

    • 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.