Uses of Class
com.onlinepayments.domain.Shipping
Packages that use Shipping
-
Uses of Shipping in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ShippingModifier and TypeMethodDescriptionOrder.getShipping()Object containing information regarding shipping / deliveryShipping.withAddress(AddressPersonal value) Object containing address informationShipping.withAddressIndicator(String value) Indicates shipping method chosen for the transaction.Shipping.withEmailAddress(String value) Email address linked to the shippingShipping.withFirstUsageDate(String value) Date (YYYYMMDD) when the shipping details for this transaction were first used.Shipping.withIsFirstUsage(Boolean value) Indicator if this shipping address is used for the first time to ship an orderShipping.withMethod(ShippingMethod value) Object containing information regarding shipping methodShipping.withShippingCost(Long value) Cost associated with the shipping of the order.Shipping.withShippingCostTax(Long value) Tax amount of the shipping cost.Indicates the merchandise delivery timeframe.Methods in com.onlinepayments.domain with parameters of type ShippingModifier and TypeMethodDescriptionvoidOrder.setShipping(Shipping value) Object containing information regarding shipping / deliveryOrder.withShipping(Shipping value) Object containing information regarding shipping / delivery