Package 

Class PixVaPaymentParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PixVaPaymentParams(String checkoutId, IdentificationDocType identificationDocType, String identificationDocId) Creates the payment parameters for PIX VA transaction with identification document details.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • PixVaPaymentParams

        PixVaPaymentParams(String checkoutId, IdentificationDocType identificationDocType, String identificationDocId)
        Creates the payment parameters for PIX VA transaction with identification document details.
        Parameters:
        checkoutId - The checkout id of the transaction.
        identificationDocType - The type of identification document type
        identificationDocId - The identification document id
    • Method Detail