Package com.onlinepayments.domain
Class Order
java.lang.Object
com.onlinepayments.domain.Order
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing additional input on the orderObject containing amount and ISO currency code attributesObject containing the details of the customerObject to apply a discount to the total basket by adding a discount line.Object that holds all reference properties that are linked to this transactionObject containing information regarding shipping / deliveryShopping cart data, including items and specific amounts.Object containing specific input required to apply surcharging to an order.voidObject containing additional input on the ordervoidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetCustomer(Customer value) Object containing the details of the customervoidsetDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.voidsetReferences(OrderReferences value) Object that holds all reference properties that are linked to this transactionvoidsetShipping(Shipping value) Object containing information regarding shipping / deliveryvoidsetShoppingCart(ShoppingCart value) Shopping cart data, including items and specific amounts.voidObject containing specific input required to apply surcharging to an order.Object containing additional input on the orderwithAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithCustomer(Customer value) Object containing the details of the customerwithDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.withReferences(OrderReferences value) Object that holds all reference properties that are linked to this transactionwithShipping(Shipping value) Object containing information regarding shipping / deliverywithShoppingCart(ShoppingCart value) Shopping cart data, including items and specific amounts.Object containing specific input required to apply surcharging to an order.
-
Constructor Details
-
Order
public Order()
-
-
Method Details
-
getAdditionalInput
Object containing additional input on the order -
setAdditionalInput
Object containing additional input on the order -
withAdditionalInput
Object containing additional input on the order -
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getCustomer
Object containing the details of the customer -
setCustomer
Object containing the details of the customer -
withCustomer
Object containing the details of the customer -
getDiscount
Object to apply a discount to the total basket by adding a discount line. -
setDiscount
Object to apply a discount to the total basket by adding a discount line. -
withDiscount
Object to apply a discount to the total basket by adding a discount line. -
getReferences
Object that holds all reference properties that are linked to this transaction -
setReferences
Object that holds all reference properties that are linked to this transaction -
withReferences
Object that holds all reference properties that are linked to this transaction -
getShipping
Object containing information regarding shipping / delivery -
setShipping
Object containing information regarding shipping / delivery -
withShipping
Object containing information regarding shipping / delivery -
getShoppingCart
Shopping cart data, including items and specific amounts. -
setShoppingCart
Shopping cart data, including items and specific amounts. -
withShoppingCart
Shopping cart data, including items and specific amounts. -
getSurchargeSpecificInput
Object containing specific input required to apply surcharging to an order. -
setSurchargeSpecificInput
Object containing specific input required to apply surcharging to an order. -
withSurchargeSpecificInput
Object containing specific input required to apply surcharging to an order.
-