Class CisSapDigitalPaymentChargeRequest
java.lang.Object
de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentChargeRequest
SAP Digital payment charge request fields
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAmountInPaymentCurrency(String amountInPaymentCurrency) voidsetCisSapDigitalPaymentAuthorization(CisSapDigitalPaymentAuthorization cisSapDigitalPaymentAuthorization) voidsetCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource) voidsetPaymentCurrency(String paymentCurrency) voidsetPaymentIsToBeCaptured(String paymentIsToBeCaptured) voidsetPaymentTransactionDescription(String paymentTransactionDescription) voidsetReferenceDocument(String referenceDocument)
-
Constructor Details
-
CisSapDigitalPaymentChargeRequest
public CisSapDigitalPaymentChargeRequest()
-
-
Method Details
-
getCisSapDigitalPaymentSource
- Returns:
- the cisSapDigitalPaymentSource
-
setCisSapDigitalPaymentSource
- Parameters:
cisSapDigitalPaymentSource- the cisSapDigitalPaymentSource to set
-
getAmountInPaymentCurrency
- Returns:
- the amountInPaymentCurrency
-
setAmountInPaymentCurrency
- Parameters:
amountInPaymentCurrency- the amountInPaymentCurrency to set
-
getPaymentCurrency
- Returns:
- the paymentCurrency
-
setPaymentCurrency
- Parameters:
paymentCurrency- the paymentCurrency to set
-
getPaymentTransactionDescription
- Returns:
- the paymentTransactionDescription
-
setPaymentTransactionDescription
- Parameters:
paymentTransactionDescription- the paymentTransactionDescription to set
-
getPaymentIsToBeCaptured
- Returns:
- the paymentIsToBeCaptured
-
setPaymentIsToBeCaptured
- Parameters:
paymentIsToBeCaptured- the paymentIsToBeCaptured to set
-
getReferenceDocument
- Returns:
- the referenceDocument
-
setReferenceDocument
- Parameters:
referenceDocument- the referenceDocument to set
-
getCisSapDigitalPaymentAuthorization
- Returns:
- the cisSapDigitalPaymentAuthorization
-
setCisSapDigitalPaymentAuthorization
public void setCisSapDigitalPaymentAuthorization(CisSapDigitalPaymentAuthorization cisSapDigitalPaymentAuthorization) - Parameters:
cisSapDigitalPaymentAuthorization- the cisSapDigitalPaymentAuthorization to set
-