Uses of Class
com.onlinepayments.domain.Order

Packages that use Order
Package
Description
 
  • Uses of Order in com.onlinepayments.domain

    Methods in com.onlinepayments.domain that return Order
    Modifier and Type
    Method
    Description
    CompletePaymentRequest.getOrder()
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreateHostedCheckoutRequest.getOrder()
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreatePaymentLinkRequest.getOrder()
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreatePaymentRequest.getOrder()
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    SubsequentPaymentRequest.getOrder()
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    Object containing additional input on the order
    Object containing amount and ISO currency code attributes
    Order.withCustomer(Customer value)
    Object containing the details of the customer
    Order.withDiscount(Discount value)
    Object to apply a discount to the total basket by adding a discount line.
    Object that holds all reference properties that are linked to this transaction
    Order.withShipping(Shipping value)
    Object containing information regarding shipping / delivery
    Shopping cart data, including items and specific amounts.
    Object containing specific input required to apply surcharging to an order.
    Methods in com.onlinepayments.domain with parameters of type Order
    Modifier and Type
    Method
    Description
    void
    CompletePaymentRequest.setOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    void
    CreateHostedCheckoutRequest.setOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    void
    CreatePaymentLinkRequest.setOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    void
    CreatePaymentRequest.setOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    void
    SubsequentPaymentRequest.setOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CompletePaymentRequest.withOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreateHostedCheckoutRequest.withOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreatePaymentLinkRequest.withOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    CreatePaymentRequest.withOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.
    SubsequentPaymentRequest.withOrder(Order value)
    Order object containing order related data Please note that this object is required to be able to submit the amount.