public class RefundOutput extends OrderOutput
Constructor and Description |
---|
RefundOutput() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmountPaid()
Amount paid
|
RefundBankMethodSpecificOutput |
getBankRefundMethodSpecificOutput()
Object containing specific bank refund details
|
RefundCardMethodSpecificOutput |
getCardRefundMethodSpecificOutput()
Object containing specific card refund details
|
RefundCashMethodSpecificOutput |
getCashRefundMethodSpecificOutput()
Object containing specific cash refund details
|
RefundEInvoiceMethodSpecificOutput |
getEInvoiceRefundMethodSpecificOutput()
Object containing specific e-invoice refund details
|
RefundEWalletMethodSpecificOutput |
getEWalletRefundMethodSpecificOutput()
Object containing specific eWallet refund details
|
RefundMobileMethodSpecificOutput |
getMobileRefundMethodSpecificOutput()
Object containing specific mobile refund details
|
String |
getPaymentMethod()
Payment method identifier used by the our payment engine with the following possible values:
|
void |
setAmountPaid(Long value)
Amount paid
|
void |
setBankRefundMethodSpecificOutput(RefundBankMethodSpecificOutput value)
Object containing specific bank refund details
|
void |
setCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value)
Object containing specific card refund details
|
void |
setCashRefundMethodSpecificOutput(RefundCashMethodSpecificOutput value)
Object containing specific cash refund details
|
void |
setEInvoiceRefundMethodSpecificOutput(RefundEInvoiceMethodSpecificOutput value)
Object containing specific e-invoice refund details
|
void |
setEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value)
Object containing specific eWallet refund details
|
void |
setMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value)
Object containing specific mobile refund details
|
void |
setPaymentMethod(String value)
Payment method identifier used by the our payment engine with the following possible values:
|
getAmountOfMoney, getReferences, setAmountOfMoney, setReferences
public Long getAmountPaid()
public void setAmountPaid(Long value)
public RefundBankMethodSpecificOutput getBankRefundMethodSpecificOutput()
public void setBankRefundMethodSpecificOutput(RefundBankMethodSpecificOutput value)
public RefundCardMethodSpecificOutput getCardRefundMethodSpecificOutput()
public void setCardRefundMethodSpecificOutput(RefundCardMethodSpecificOutput value)
public RefundCashMethodSpecificOutput getCashRefundMethodSpecificOutput()
public void setCashRefundMethodSpecificOutput(RefundCashMethodSpecificOutput value)
public RefundEInvoiceMethodSpecificOutput getEInvoiceRefundMethodSpecificOutput()
public void setEInvoiceRefundMethodSpecificOutput(RefundEInvoiceMethodSpecificOutput value)
public RefundEWalletMethodSpecificOutput getEWalletRefundMethodSpecificOutput()
public void setEWalletRefundMethodSpecificOutput(RefundEWalletMethodSpecificOutput value)
public RefundMobileMethodSpecificOutput getMobileRefundMethodSpecificOutput()
public void setMobileRefundMethodSpecificOutput(RefundMobileMethodSpecificOutput value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.