| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CaptureOutput |
CaptureResponse.getCaptureOutput()
Object containing capture details
|
CaptureOutput |
Capture.getCaptureOutput()
Object containing capture details
|
CaptureOutput |
CaptureOutput.withAcquiredAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
CaptureOutput |
CaptureOutput.withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
CaptureOutput |
CaptureOutput.withAmountPaid(Long value)
Amount that has been paid.
|
CaptureOutput |
CaptureOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
Object containing the card payment method details
|
CaptureOutput |
CaptureOutput.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.
|
CaptureOutput |
CaptureOutput.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
Object containing the mobile payment method details
|
CaptureOutput |
CaptureOutput.withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
CaptureOutput |
CaptureOutput.withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
Object containing the redirect payment product details
|
CaptureOutput |
CaptureOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CaptureOutput |
CaptureOutput.withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Object containing the SEPA direct debit details
|
CaptureOutput |
CaptureOutput.withSurchargeSpecificOutput(SurchargeSpecificOutput value)
Object containing specific surcharging attributes applied to an order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaptureResponse.setCaptureOutput(CaptureOutput value)
Object containing capture details
|
void |
Capture.setCaptureOutput(CaptureOutput value)
Object containing capture details
|
CaptureResponse |
CaptureResponse.withCaptureOutput(CaptureOutput value)
Object containing capture details
|
Capture |
Capture.withCaptureOutput(CaptureOutput value)
Object containing capture details
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.