public final class Transaction extends AbstractModel
Modifier and Type | Class and Description |
---|---|
static class |
Transaction.Builder
Builder creates instances of the parent class from values set
by the builder's methods. |
Modifier and Type | Method and Description |
---|---|
Account |
getAccount() |
Billing |
getBilling() |
CreditCard |
getCreditCard() |
Device |
getDevice() |
Email |
getEmail() |
Event |
getEvent() |
Order |
getOrder() |
Payment |
getPayment() |
Shipping |
getShipping() |
List<ShoppingCartItem> |
getShoppingCart() |
toJson, toString
public Account getAccount()
public Billing getBilling()
public CreditCard getCreditCard()
public Device getDevice()
public Email getEmail()
public Event getEvent()
public Order getOrder()
public Payment getPayment()
public Shipping getShipping()
public List<ShoppingCartItem> getShoppingCart()
Copyright © 2016 MaxMind, Inc.. All rights reserved.