Class Payment

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Payment

public final class Payment extends AbstractModel
The payment information for the transaction.
  • Method Details

    • method

      public Payment.Method method()
      Returns:
      The payment method.
    • processor

      public Payment.Processor processor()
      Returns:
      The payment processor.
    • wasAuthorized

      public Boolean wasAuthorized()
      Returns:
      The authorization outcome.
    • declineCode

      public String declineCode()
      Returns:
      The decline code.