Class CisSapDigitalPaymentRefund
- java.lang.Object
-
- de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentRefund
-
public class CisSapDigitalPaymentRefund extends java.lang.ObjectPayment Refund fields for SAP Digital payment
-
-
Constructor Summary
Constructors Constructor Description CisSapDigitalPaymentRefund()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAmountInRefundCurrency()java.lang.StringgetRefundByPaymentServiceProvider()java.lang.StringgetRefundCurrency()java.lang.StringgetRefundDateTime()java.lang.StringgetRefundStatus()java.lang.StringgetRefundStatusName()voidsetAmountInRefundCurrency(java.lang.String amountInRefundCurrency)voidsetRefundByPaymentServiceProvider(java.lang.String refundByPaymentServiceProvider)voidsetRefundCurrency(java.lang.String refundCurrency)voidsetRefundDateTime(java.lang.String refundDateTime)voidsetRefundStatus(java.lang.String refundStatus)voidsetRefundStatusName(java.lang.String refundStatusName)
-
-
-
Method Detail
-
getRefundByPaymentServiceProvider
public java.lang.String getRefundByPaymentServiceProvider()
- Returns:
- the refundByPaymentServiceProvider
-
setRefundByPaymentServiceProvider
public void setRefundByPaymentServiceProvider(java.lang.String refundByPaymentServiceProvider)
- Parameters:
refundByPaymentServiceProvider- the refundByPaymentServiceProvider to set
-
getAmountInRefundCurrency
public java.lang.String getAmountInRefundCurrency()
- Returns:
- the amountInRefundCurrency
-
setAmountInRefundCurrency
public void setAmountInRefundCurrency(java.lang.String amountInRefundCurrency)
- Parameters:
amountInRefundCurrency- the amountInRefundCurrency to set
-
getRefundCurrency
public java.lang.String getRefundCurrency()
- Returns:
- the refundCurrency
-
setRefundCurrency
public void setRefundCurrency(java.lang.String refundCurrency)
- Parameters:
refundCurrency- the refundCurrency to set
-
getRefundDateTime
public java.lang.String getRefundDateTime()
- Returns:
- the refundDateTime
-
setRefundDateTime
public void setRefundDateTime(java.lang.String refundDateTime)
- Parameters:
refundDateTime- the refundDateTime to set
-
getRefundStatus
public java.lang.String getRefundStatus()
- Returns:
- the refundStatus
-
setRefundStatus
public void setRefundStatus(java.lang.String refundStatus)
- Parameters:
refundStatus- the refundStatus to set
-
getRefundStatusName
public java.lang.String getRefundStatusName()
- Returns:
- the refundStatusName
-
setRefundStatusName
public void setRefundStatusName(java.lang.String refundStatusName)
- Parameters:
refundStatusName- the refundStatusName to set
-
-