| AbstractLocation | 
 This class represents the shared location behavior between
 Billing and Shipping. 
 | 
| Account | 
 Account related data for the minFraud request 
 | 
| Account.Builder | 
 Builder creates instances of Account
 from values set by the builder's methods. 
 | 
| Billing | 
 The billing information for the transaction. 
 | 
| CreditCard | 
 The credit card information for the transaction. 
 | 
| CreditCard.Builder | 
 Builder creates instances of the parent CreditCard
 from values set by the builder's methods. 
 | 
| CustomInputs | 
 | 
| CustomInputs.Builder | 
 Builder creates instances of CustomInputs
 from values set by the builder's methods. 
 | 
| Device | 
 The device information for the transaction. 
 | 
| Device.Builder | 
 Builder creates instances of Device
 from values set by the builder's methods. 
 | 
| Email | 
 The email information for the transaction. 
 | 
| Email.Builder | 
 Builder creates instances of Email
 from values set by the builder's methods. 
 | 
| Event | 
  | 
| Event.Builder | 
 Builder creates instances of Event
 from values set by the builder's methods. 
 | 
| Event.Type | 
 The enumerated event types. 
 | 
| Order | 
 The order information for the transaction. 
 | 
| Order.Builder | 
 Builder creates instances of Order
 from values set by the builder's methods. 
 | 
| Payment | 
 The payment information for the transaction. 
 | 
| Payment.Builder | 
 Builder creates instances of Payment
 from values set by the builder's methods. 
 | 
| Payment.Processor | 
 Enumeration of payment processors 
 | 
| Shipping | 
 The shipping information for the transaction. 
 | 
| Shipping.Builder | 
 Builder creates instances of Shipping
 from values set by the builder's methods. 
 | 
| Shipping.DeliverySpeed | 
 Enumerated delivery speeds. 
 | 
| ShoppingCartItem | 
 An item in the shopping cart. 
 | 
| ShoppingCartItem.Builder | 
 Builder creates instances of ShippingCartItem
 from values set by the builder's methods. 
 | 
| Transaction | 
 Class representing the transaction to be sent to minFraud. 
 | 
| Transaction.Builder | 
 Builder creates instances of the parent class from values set
 by the builder's methods. 
 | 
| TransactionReport | 
 The transaction information to report. 
 | 
| TransactionReport.Builder | 
 Builder creates instances of TransactionReport
 from values set by the builder's methods. 
 | 
| TransactionReport.Tag | 
 The enumerated tag types. 
 |