Interface IPaymentMethodResponse

All Known Implementing Classes:
AuthorizationResponse, BalanceResponse, CaptureResponse, EnrollResponse, TransactionStatus, VoidResponse

public interface IPaymentMethodResponse
Response details about a payment method.
  • Method Details

    • getToken

      String getToken()
    • getEntryMethod

      String getEntryMethod()
    • getPaymentType

      String getPaymentType()
    • getMaskedPan

      String getMaskedPan()
    • getPublicKey

      String getPublicKey()
    • isScopeAlert

      boolean isScopeAlert()
    • getCardHolder

      String getCardHolder()
    • getExpMonth

      String getExpMonth()
    • getExpYear

      String getExpYear()
    • getAvsResponse

      AvsResponse getAvsResponse()
    • getReceiptSuggestions

      ReceiptSuggestions getReceiptSuggestions()
    • getCustomer

      Customer getCustomer()
    • getCustomers

      Collection getCustomers()