java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Payment
The payment information for the transaction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder
creates instances ofPayment
from values set by the builder's methods.static enum
Enumeration of payment processors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getProcessor
- Returns:
- The payment processor.
-
wasAuthorized
- Returns:
- The authorization outcome.
-
getDeclineCode
- Returns:
- The decline code.
-