Class CisSapDigitalPaymentRefundRequest
- java.lang.Object
-
- de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentRefundRequest
-
public class CisSapDigitalPaymentRefundRequest extends java.lang.ObjectSAP Digital payment refund request fields
-
-
Constructor Summary
Constructors Constructor Description CisSapDigitalPaymentRefundRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAmountInRefundCurrency()CisSapDigitalPaymentSourcegetCisSapDigitalPaymentSource()java.lang.StringgetPaymentByPaymentServicePrvdr()java.lang.StringgetPaymentTransactionDescription()java.lang.StringgetReferenceDocument()java.lang.StringgetRefundCurrency()voidsetAmountInRefundCurrency(java.lang.String amountInRefundCurrency)voidsetCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidsetPaymentByPaymentServicePrvdr(java.lang.String paymentByPaymentServicePrvdr)voidsetPaymentTransactionDescription(java.lang.String paymentTransactionDescription)voidsetReferenceDocument(java.lang.String referenceDocument)voidsetRefundCurrency(java.lang.String refundCurrency)
-
-
-
Method Detail
-
getCisSapDigitalPaymentSource
public CisSapDigitalPaymentSource getCisSapDigitalPaymentSource()
- Returns:
- the cisSapDigitalPaymentSource
-
setCisSapDigitalPaymentSource
public void setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)
- Parameters:
cisSapDigitalPaymentSource- the cisSapDigitalPaymentSource 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
-
getPaymentTransactionDescription
public java.lang.String getPaymentTransactionDescription()
- Returns:
- the paymentTransactionDescription
-
setPaymentTransactionDescription
public void setPaymentTransactionDescription(java.lang.String paymentTransactionDescription)
- Parameters:
paymentTransactionDescription- the paymentTransactionDescription to set
-
getPaymentByPaymentServicePrvdr
public java.lang.String getPaymentByPaymentServicePrvdr()
- Returns:
- the paymentByPaymentServicePrvdr
-
setPaymentByPaymentServicePrvdr
public void setPaymentByPaymentServicePrvdr(java.lang.String paymentByPaymentServicePrvdr)
- Parameters:
paymentByPaymentServicePrvdr- the paymentByPaymentServicePrvdr to set
-
getReferenceDocument
public java.lang.String getReferenceDocument()
- Returns:
- the referenceDocument
-
setReferenceDocument
public void setReferenceDocument(java.lang.String referenceDocument)
- Parameters:
referenceDocument- the referenceDocument to set
-
-