public final class Order extends AbstractModel
Modifier and Type | Class and Description |
---|---|
static class |
Order.Builder
Builder creates instances of Order
from values set by the builder's methods. |
Modifier and Type | Method and Description |
---|---|
String |
getAffiliateId() |
BigDecimal |
getAmount() |
String |
getCurrency() |
String |
getDiscountCode() |
URI |
getReferrerUri() |
String |
getSubaffiliateId() |
Boolean |
hasGiftMessage() |
Boolean |
isGift() |
toJson, toString
public BigDecimal getAmount()
public String getCurrency()
public String getDiscountCode()
public String getAffiliateId()
public String getSubaffiliateId()
public URI getReferrerUri()
public Boolean hasGiftMessage()
public Boolean isGift()
Copyright © 2016 MaxMind, Inc.. All rights reserved.