Class IdentificationPaymentParams

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class IdentificationPaymentParams
    extends PaymentParams
                        

    Represents payment parameters for payment brands that require identification document details.

    • Constructor Detail

      • IdentificationPaymentParams

        IdentificationPaymentParams(String checkoutId, String paymentBrand, IdentificationDocType identificationDocType, String identificationDocId)
        Creates the payment parameters for transaction with identification document details.
        Parameters:
        checkoutId - The checkout id of the transaction.
        paymentBrand - The payment brand of the transaction.
        identificationDocType - Identification documentation type.
        identificationDocId - Identification document id in string format.