Class BlikPaymentParams

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class BlikPaymentParams
    extends PaymentParams
                        

    Represents payment parameters for BLIK payment brand.

    • Constructor Detail

      • BlikPaymentParams

        BlikPaymentParams(String checkoutId, String blikCode)
        Creates the payment parameters for BLIK transaction.
        Parameters:
        checkoutId - The checkout id of the transaction.
        blikCode - BLIK code from bank application.
      • BlikPaymentParams

        BlikPaymentParams(Parcel in)