public class RefundOutput extends Object
| Constructor and Description |
|---|
RefundOutput() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
Long |
getAmountPaid() |
RefundCardMethodSpecificOutput |
getCardRefundMethodSpecificOutput() |
RefundEWalletMethodSpecificOutput |
getEWalletRefundMethodSpecificOutput() |
String |
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.
|
RefundMobileMethodSpecificOutput |
getMobileRefundMethodSpecificOutput() |
String |
getPaymentMethod()
Payment method identifier used by the our payment engine.
|
RefundRedirectMethodSpecificOutput |
getRedirectRefundMethodSpecificOutput() |
PaymentReferences |
getReferences()
Object that holds all reference properties that are linked to this transaction
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setAmountPaid(Long value) |
void |
setCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value) |
void |
setEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value) |
void |
setMerchantParameters(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.
|
void |
setMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value) |
void |
setPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
void |
setRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value) |
void |
setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
RefundOutput |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
RefundOutput |
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 |
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
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public RefundOutput withAmountOfMoney(AmountOfMoney value)
public Long getAmountPaid()
public void setAmountPaid(Long value)
public RefundOutput withAmountPaid(Long value)
public RefundCardMethodSpecificOutput getCardRefundMethodSpecificOutput()
public void setCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value)
public RefundOutput withCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value)
public RefundEWalletMethodSpecificOutput getEWalletRefundMethodSpecificOutput()
public void setEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value)
public RefundOutput withEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value)
public String getMerchantParameters()
public void setMerchantParameters(String value)
public RefundOutput withMerchantParameters(String value)
public RefundMobileMethodSpecificOutput getMobileRefundMethodSpecificOutput()
public void setMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value)
public RefundOutput withMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
public RefundOutput withPaymentMethod(String value)
public RefundRedirectMethodSpecificOutput getRedirectRefundMethodSpecificOutput()
public void setRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value)
public RefundOutput withRedirectRefundMethodSpecificOutput(RefundRedirectMethodSpecificOutput value)
public PaymentReferences getReferences()
public void setReferences(PaymentReferences value)
public RefundOutput withReferences(PaymentReferences value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.