java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Order
The order information for the transaction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder
creates instances ofOrder
from values set by the builder's methods. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getAmount
- Returns:
- The total order amount.
-
getCurrency
- Returns:
- The currency code.
-
getDiscountCode
- Returns:
- The discount codes.
-
getAffiliateId
- Returns:
- The affiliate ID.
-
getSubaffiliateId
- Returns:
- The sub-affiliate ID.
-
getReferrerUri
- Returns:
- The referrer URI.
-
hasGiftMessage
- Returns:
- The order is a gift.
-
isGift
- Returns:
- The order is a gift.
-