Package com.onlinepayments.domain
Class RefundOutput
java.lang.Object
com.onlinepayments.domain.RefundOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesIt 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.Object that holds all reference properties that are linked to this transactionPayment method identifier used by the our payment engine.Object that holds all reference properties that are linked to this transaction.voidsetAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetAmountPaid(Long value) voidvoidvoidsetMerchantParameters(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.voidvoidObject that holds all reference properties that are linked to this transactionvoidsetPaymentMethod(String value) Payment method identifier used by the our payment engine.voidvoidsetReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.withAmountOfMoney(AmountOfMoney value) Object containing amount and ISO currency code attributeswithAmountPaid(Long value) 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.Object that holds all reference properties that are linked to this transactionwithPaymentMethod(String value) Payment method identifier used by the our payment engine.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.
-
Constructor Details
-
RefundOutput
public RefundOutput()
-
-
Method Details
-
getAmountOfMoney
Object containing amount and ISO currency code attributes -
setAmountOfMoney
Object containing amount and ISO currency code attributes -
withAmountOfMoney
Object containing amount and ISO currency code attributes -
getAmountPaid
-
setAmountPaid
-
withAmountPaid
-
getCardRefundMethodSpecificOutput
-
setCardRefundMethodSpecificOutput
-
withCardRefundMethodSpecificOutput
-
getEWalletRefundMethodSpecificOutput
-
setEWalletRefundMethodSpecificOutput
-
withEWalletRefundMethodSpecificOutput
-
getMerchantParameters
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. This field must not contain any personal data. -
setMerchantParameters
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. This field must not contain any personal data. -
withMerchantParameters
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. This field must not contain any personal data. -
getMobileRefundMethodSpecificOutput
-
setMobileRefundMethodSpecificOutput
-
withMobileRefundMethodSpecificOutput
-
getOperationReferences
Object that holds all reference properties that are linked to this transaction -
setOperationReferences
Object that holds all reference properties that are linked to this transaction -
withOperationReferences
Object that holds all reference properties that are linked to this transaction -
getPaymentMethod
Payment method identifier used by the our payment engine. -
setPaymentMethod
Payment method identifier used by the our payment engine. -
withPaymentMethod
Payment method identifier used by the our payment engine. -
getRedirectRefundMethodSpecificOutput
-
setRedirectRefundMethodSpecificOutput
-
withRedirectRefundMethodSpecificOutput
public RefundOutput withRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value) -
getReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead. -
setReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead. -
withReferences
Object that holds all reference properties that are linked to this transaction. Deprecated for capture/refund: Use operationReferences instead.
-