Class CisSapDigitalPaymentRefundRequest
java.lang.Object
de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentRefundRequest
SAP Digital payment refund request fields
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAmountInRefundCurrency(String amountInRefundCurrency) voidsetCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource) voidsetPaymentByPaymentServicePrvdr(String paymentByPaymentServicePrvdr) voidsetPaymentTransactionDescription(String paymentTransactionDescription) voidsetReferenceDocument(String referenceDocument) voidsetRefundCurrency(String refundCurrency)
-
Constructor Details
-
CisSapDigitalPaymentRefundRequest
public CisSapDigitalPaymentRefundRequest()
-
-
Method Details
-
getCisSapDigitalPaymentSource
- Returns:
- the cisSapDigitalPaymentSource
-
setCisSapDigitalPaymentSource
- Parameters:
cisSapDigitalPaymentSource- the cisSapDigitalPaymentSource to set
-
getAmountInRefundCurrency
- Returns:
- the amountInRefundCurrency
-
setAmountInRefundCurrency
- Parameters:
amountInRefundCurrency- the amountInRefundCurrency to set
-
getRefundCurrency
- Returns:
- the refundCurrency
-
setRefundCurrency
- Parameters:
refundCurrency- the refundCurrency to set
-
getPaymentTransactionDescription
- Returns:
- the paymentTransactionDescription
-
setPaymentTransactionDescription
- Parameters:
paymentTransactionDescription- the paymentTransactionDescription to set
-
getPaymentByPaymentServicePrvdr
- Returns:
- the paymentByPaymentServicePrvdr
-
setPaymentByPaymentServicePrvdr
- Parameters:
paymentByPaymentServicePrvdr- the paymentByPaymentServicePrvdr to set
-
getReferenceDocument
- Returns:
- the referenceDocument
-
setReferenceDocument
- Parameters:
referenceDocument- the referenceDocument to set
-