Class CisSapDigitalPaymentCharge
java.lang.Object
de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentCharge
Payment Charge fields for SAP Digital payment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAmountInPaymentCurrency(String amountInPaymentCurrency) voidsetPaymentByPaymentServicePrvdr(String paymentByPaymentServicePrvdr) voidsetPaymentCurrency(String paymentCurrency) voidsetPaymentDateTime(String paymentDateTime) voidsetPaymentStatus(String paymentStatus) voidsetPaymentStatusName(String paymentStatusName)
-
Constructor Details
-
CisSapDigitalPaymentCharge
public CisSapDigitalPaymentCharge()
-
-
Method Details
-
getPaymentByPaymentServicePrvdr
- Returns:
- the paymentByPaymentServicePrvdr
-
setPaymentByPaymentServicePrvdr
- Parameters:
paymentByPaymentServicePrvdr- the paymentByPaymentServicePrvdr to set
-
getAmountInPaymentCurrency
- Returns:
- the amountInPaymentCurrency
-
setAmountInPaymentCurrency
- Parameters:
amountInPaymentCurrency- the amountInPaymentCurrency to set
-
getPaymentCurrency
- Returns:
- the paymentCurrency
-
setPaymentCurrency
- Parameters:
paymentCurrency- the paymentCurrency to set
-
getPaymentDateTime
- Returns:
- the paymentDateTime
-
setPaymentDateTime
- Parameters:
paymentDateTime- the paymentDateTime to set
-
getPaymentStatus
- Returns:
- the paymentStatus
-
setPaymentStatus
- Parameters:
paymentStatus- the paymentStatus to set
-
getPaymentStatusName
- Returns:
- the paymentStatusName
-
setPaymentStatusName
- Parameters:
paymentStatusName- the paymentStatusName to set
-