| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
Order |
SubsequentPaymentRequest.getOrder()
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
Order |
CreatePaymentRequest.getOrder()
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
Order |
CompletePaymentRequest.getOrder()
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
Order |
CreateHostedCheckoutRequest.getOrder()
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
Order |
Order.withAdditionalInput(AdditionalOrderInput value)
Object containing additional input on the order
|
Order |
Order.withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
Order |
Order.withCustomer(Customer value)
Object containing the details of the customer
|
Order |
Order.withDiscount(Discount value)
Object to apply a discount to the total basket by adding a discount line.
|
Order |
Order.withReferences(OrderReferences value)
Object that holds all reference properties that are linked to this transaction
|
Order |
Order.withShipping(Shipping value)
Object containing information regarding shipping / delivery
|
Order |
Order.withShoppingCart(ShoppingCart value)
Shopping cart data, including items and specific amounts.
|
Order |
Order.withSurchargeSpecificInput(SurchargeSpecificInput value)
Object containing specific input required to apply surcharging to an order.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
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.
|
SubsequentPaymentRequest |
SubsequentPaymentRequest.withOrder(Order value)
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
CreatePaymentRequest |
CreatePaymentRequest.withOrder(Order value)
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
CompletePaymentRequest |
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 |
CreateHostedCheckoutRequest.withOrder(Order value)
Order object containing order related data
Please note that this object is required to be able to submit the amount.
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.