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() |
CustomInputs |
getCustomInputs() |
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 CustomInputs getCustomInputs()
public Device getDevice()
public Email getEmail()
public Event getEvent()
public Order getOrder()
public Payment getPayment()
public Shipping getShipping()
public List<ShoppingCartItem> getShoppingCart()
Copyright © 2019 MaxMind, Inc.. All rights reserved.