Class BuyerAuthTransaction

java.lang.Object
paypal.payflow.BaseTransaction
paypal.payflow.BuyerAuthTransaction
Direct Known Subclasses:
BuyerAuthVATransaction, BuyerAuthVETransaction

public class BuyerAuthTransaction extends BaseTransaction
This abstract class serves as base class for Buyer auth transactions.
  • Constructor Details

    • BuyerAuthTransaction

      protected BuyerAuthTransaction(String trxType, UserInfo userInfo, PayflowConnectionData payflowConnectionData, String requestId)
      Parameters:
      trxType - Transaction type
      userInfo - User Info object populated with user credentials.
      payflowConnectionData - Connection credentials object.
      requestId - String
    • BuyerAuthTransaction

      protected BuyerAuthTransaction(String trxType, UserInfo userInfo, String requestId)
      Parameters:
      trxType - Transaction type
      userInfo - User Info object populated with user credentials.
      requestId - String