Uses of Class
com.onlinepayments.domain.CaptureOutput
Packages that use CaptureOutput
-
Uses of CaptureOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CaptureOutputModifier and TypeMethodDescriptionCapture.getCaptureOutput()Object containing capture detailsCaptureResponse.getCaptureOutput()Object containing capture detailsCaptureOutput.withAcquiredAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesCaptureOutput.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesCaptureOutput.withAmountPaid(Long value) Deprecated.Amount that has been paid.CaptureOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method detailsCaptureOutput.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.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method detailsCaptureOutput.withOperationReferences(OperationPaymentReferences value) Object that holds all reference properties that are linked to this transactionCaptureOutput.withPaymentMethod(String value) Payment method identifier used by the our payment engine.CaptureOutput.withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value) Object containing the redirect payment product detailsCaptureOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.CaptureOutput.withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value) Object containing the SEPA direct debit detailsCaptureOutput.withSurchargeSpecificOutput(SurchargeSpecificOutput value) Object containing specific surcharging attributes applied to an order.Methods in com.onlinepayments.domain with parameters of type CaptureOutputModifier and TypeMethodDescriptionvoidCapture.setCaptureOutput(CaptureOutput value) Object containing capture detailsvoidCaptureResponse.setCaptureOutput(CaptureOutput value) Object containing capture detailsCapture.withCaptureOutput(CaptureOutput value) Object containing capture detailsCaptureResponse.withCaptureOutput(CaptureOutput value) Object containing capture details