public class ShippingFee extends RecurlyObject
NIL_STR, NIL_VAL| Constructor and Description |
|---|
ShippingFee() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ShippingAddress |
getShippingAddress() |
Long |
getShippingAddressId() |
Integer |
getShippingAmountInCents() |
String |
getShippingMethodCode() |
int |
hashCode() |
void |
setShippingAddress(ShippingAddress shippingAddress) |
void |
setShippingAddressId(Object shippingAddressId) |
void |
setShippingAmountInCents(Object shippingAmountInCents) |
void |
setShippingMethodCode(Object shippingMethodCode) |
String |
toString() |
bigDecimalOrNull, booleanOrNull, dateTimeOrNull, enumOrNull, enumOrNull, getHref, integerOrNull, isNull, longOrNull, newXmlMapper, setHref, setRecurlyClient, stringOrNullpublic ShippingFee()
public String getShippingMethodCode()
public void setShippingMethodCode(Object shippingMethodCode)
public Integer getShippingAmountInCents()
public void setShippingAmountInCents(Object shippingAmountInCents)
public Long getShippingAddressId()
public void setShippingAddressId(Object shippingAddressId)
public ShippingAddress getShippingAddress()
public void setShippingAddress(ShippingAddress shippingAddress)
public boolean equals(Object o)
equals in class RecurlyObjectCopyright © 2012-2020. All Rights Reserved.