| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentOutput |
PaymentDetailsResponse.getPaymentOutput()
Object containing payment details
|
PaymentOutput |
PaymentResponse.getPaymentOutput()
Object containing payment details
|
PaymentOutput |
PaymentOutput.withAcquiredAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
PaymentOutput |
PaymentOutput.withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
PaymentOutput |
PaymentOutput.withAmountPaid(Long value)
Amount that has been paid.
|
PaymentOutput |
PaymentOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
Object containing the card payment method details
|
PaymentOutput |
PaymentOutput.withCustomer(CustomerOutput value)
Object containing the details of the customer
|
PaymentOutput |
PaymentOutput.withMerchantParameters(String value)
It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.
|
PaymentOutput |
PaymentOutput.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
Object containing the mobile payment method details
|
PaymentOutput |
PaymentOutput.withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
PaymentOutput |
PaymentOutput.withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
Object containing the redirect payment product details
|
PaymentOutput |
PaymentOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
PaymentOutput |
PaymentOutput.withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Object containing the SEPA direct debit details
|
PaymentOutput |
PaymentOutput.withSurchargeSpecificOutput(SurchargeSpecificOutput value)
Object containing specific surcharging attributes applied to an order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentDetailsResponse.setPaymentOutput(PaymentOutput value)
Object containing payment details
|
void |
PaymentResponse.setPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentDetailsResponse |
PaymentDetailsResponse.withPaymentOutput(PaymentOutput value)
Object containing payment details
|
PaymentResponse |
PaymentResponse.withPaymentOutput(PaymentOutput value)
Object containing payment details
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.