Package 

Class PazePaymentParams

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class PazePaymentParams
    extends PaymentParams
                        

    Represents the payment parameters for Paze transactions. This class extends the base PaymentParams class to include additional configuration specific to Paze.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PazePaymentParams(String checkoutId) Constructs the payment parameters for a Paze transaction.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setShopperResultUrl(@Nullable() String shopperResultUrl) ShopperResultUrl is not required for PazePaymentParams, so this method is overridden to do nothing.
      int describeContents()
      boolean equals(Object o)
      void writeToParcel(Parcel dest, int flags)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PazePaymentParams

        PazePaymentParams(String checkoutId)
        Constructs the payment parameters for a Paze transaction.
        Parameters:
        checkoutId - The checkout id of the transaction.