Uses of Class
com.onlinepayments.domain.PaymentOutput
Packages that use PaymentOutput
-
Uses of PaymentOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentOutputModifier and TypeMethodDescriptionPaymentDetailsResponse.getPaymentOutput()Object containing payment detailsPaymentResponse.getPaymentOutput()Object containing payment detailsPaymentOutput.withAcquiredAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesPaymentOutput.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesPaymentOutput.withAmountPaid(Long value) Deprecated.Amount that has been paid.PaymentOutput.withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value) Object containing the card payment method detailsPaymentOutput.withCustomer(CustomerOutput value) Object containing the details of the customerPaymentOutput.withDiscount(Discount value) Object to apply a discount to the total basket by adding a discount line.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.withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value) Object containing the mobile payment method detailsPaymentOutput.withPaymentMethod(String value) Payment method identifier used by the our payment engine.PaymentOutput.withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value) Object containing the redirect payment product detailsPaymentOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.PaymentOutput.withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value) Object containing the SEPA direct debit detailsPaymentOutput.withSurchargeSpecificOutput(SurchargeSpecificOutput value) Object containing specific surcharging attributes applied to an order.Methods in com.onlinepayments.domain with parameters of type PaymentOutputModifier and TypeMethodDescriptionvoidPaymentDetailsResponse.setPaymentOutput(PaymentOutput value) Object containing payment detailsvoidPaymentResponse.setPaymentOutput(PaymentOutput value) Object containing payment detailsPaymentDetailsResponse.withPaymentOutput(PaymentOutput value) Object containing payment detailsPaymentResponse.withPaymentOutput(PaymentOutput value) Object containing payment details