Class AmazonPayConfig

  • All Implemented Interfaces:
    android.os.Parcelable , com.oppwa.mobile.connect.payment.BrandConfig

    
    public class AmazonPayConfig
     implements Parcelable, BrandConfig
                        

    Represents AmazonPay merchant configuration.

    • Constructor Detail

      • AmazonPayConfig

        AmazonPayConfig(AmazonPayConfig.AmazonPayRegion region)
        Constructs an AmazonPayConfig with the specified checkout language region.
        Parameters:
        region - The checkout language region for Amazon Pay.
      • AmazonPayConfig

        AmazonPayConfig(AmazonPayConfig.AmazonPayRegion region, boolean isCompleteCheckout)
        * Constructs an AmazonPayConfig with the specified checkout language region and complete checkout flow.
        Parameters:
        region - The checkout language region for Amazon Pay.
        isCompleteCheckout - use the Amazon pay complete checkout flow.