public class Order extends Object
Constructor and Description |
---|
Order() |
Modifier and Type | Method and Description |
---|---|
AdditionalOrderInput |
getAdditionalInput()
Object containing additional input on the order
|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
Customer |
getCustomer()
Object containing the details of the customer
|
List<LineItem> |
getItems()
Deprecated.
Use shoppingCart.items instead
|
OrderReferences |
getReferences()
Object that holds all reference properties that are linked to this transaction
|
Seller |
getSeller()
Deprecated.
Use Merchant.seller instead
|
Shipping |
getShipping()
Object containing information regarding shipping / delivery
|
ShoppingCart |
getShoppingCart()
Shopping cart data, including items and specific amounts.
|
void |
setAdditionalInput(AdditionalOrderInput value)
Object containing additional input on the order
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setCustomer(Customer value)
Object containing the details of the customer
|
void |
setItems(List<LineItem> value)
Deprecated.
Use shoppingCart.items instead
|
void |
setReferences(OrderReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
setSeller(Seller value)
Deprecated.
Use Merchant.seller instead
|
void |
setShipping(Shipping value)
Object containing information regarding shipping / delivery
|
void |
setShoppingCart(ShoppingCart value)
Shopping cart data, including items and specific amounts.
|
public AdditionalOrderInput getAdditionalInput()
public void setAdditionalInput(AdditionalOrderInput value)
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public Customer getCustomer()
public void setCustomer(Customer value)
@Deprecated public List<LineItem> getItems()
@Deprecated public void setItems(List<LineItem> value)
public OrderReferences getReferences()
public void setReferences(OrderReferences value)
@Deprecated public Seller getSeller()
@Deprecated public void setSeller(Seller value)
public Shipping getShipping()
public void setShipping(Shipping value)
public ShoppingCart getShoppingCart()
public void setShoppingCart(ShoppingCart value)
Copyright © 2024 Worldline Global Collect. All rights reserved.