Uses of Class
com.onlinepayments.domain.RefundOutput
Packages that use RefundOutput
-
Uses of RefundOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return RefundOutputModifier and TypeMethodDescriptionRefundResponse.getRefundOutput()Object containing refund detailsRefundOutput.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesRefundOutput.withAmountPaid(Long value) RefundOutput.withCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value) RefundOutput.withEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value) RefundOutput.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.RefundOutput.withMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value) RefundOutput.withOperationReferences(OperationPaymentReferences value) Object that holds all reference properties that are linked to this transactionRefundOutput.withPaymentMethod(String value) Payment method identifier used by the our payment engine.RefundOutput.withRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value) RefundOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.Methods in com.onlinepayments.domain with parameters of type RefundOutputModifier and TypeMethodDescriptionvoidRefundResponse.setRefundOutput(RefundOutput value) Object containing refund detailsRefundResponse.withRefundOutput(RefundOutput value) Object containing refund details