public class XPFShippingInfo extends XPFEntity
Constructor and Description |
---|
XPFShippingInfo(XPFAddress shippingAddress,
XPFContact shippingContact,
String carrierCode,
String carrierName,
String shippingOptionCode,
String shippingOptionName,
Date shipmentDate,
String trackingCode,
BigDecimal shippingTax,
BigDecimal shippingCost,
@NonNull XPFEntitySupplier<List<XPFTaxLine>> taxLines,
BigDecimal beforeTaxShippingCost) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BigDecimal |
getBeforeTaxShippingCost()
The before tax shipping cost.
|
String |
getCarrierCode()
The carrier code.
|
String |
getCarrierName()
The carrier name.
|
Date |
getShipmentDate()
The shipment date.
|
XPFAddress |
getShippingAddress()
The shipping address.
|
XPFContact |
getShippingContact()
The shipping contact.
|
BigDecimal |
getShippingCost()
The shipping cost.
|
String |
getShippingOptionCode()
The shipping option code.
|
String |
getShippingOptionName()
The shipping option name.
|
BigDecimal |
getShippingTax()
The shipping tax.
|
List<XPFTaxLine> |
getTaxLines() |
String |
getTrackingCode()
The tracking code.
|
int |
hashCode() |
String |
toString() |
getCustomData
public XPFShippingInfo(XPFAddress shippingAddress, XPFContact shippingContact, String carrierCode, String carrierName, String shippingOptionCode, String shippingOptionName, Date shipmentDate, String trackingCode, BigDecimal shippingTax, BigDecimal shippingCost, @NonNull @NonNull XPFEntitySupplier<List<XPFTaxLine>> taxLines, BigDecimal beforeTaxShippingCost)
public List<XPFTaxLine> getTaxLines()
public XPFAddress getShippingAddress()
public XPFContact getShippingContact()
public String getCarrierCode()
public String getCarrierName()
public String getShippingOptionCode()
public String getShippingOptionName()
public Date getShipmentDate()
public String getTrackingCode()
public BigDecimal getShippingTax()
public BigDecimal getShippingCost()
public BigDecimal getBeforeTaxShippingCost()
Copyright © 2024. All rights reserved.