Class CisSapDigitalPaymentCharge
- java.lang.Object
-
- de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentCharge
-
public class CisSapDigitalPaymentCharge extends java.lang.ObjectPayment Charge fields for SAP Digital payment
-
-
Constructor Summary
Constructors Constructor Description CisSapDigitalPaymentCharge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAmountInPaymentCurrency()java.lang.StringgetPaymentByPaymentServicePrvdr()java.lang.StringgetPaymentCurrency()java.lang.StringgetPaymentDateTime()java.lang.StringgetPaymentStatus()java.lang.StringgetPaymentStatusName()voidsetAmountInPaymentCurrency(java.lang.String amountInPaymentCurrency)voidsetPaymentByPaymentServicePrvdr(java.lang.String paymentByPaymentServicePrvdr)voidsetPaymentCurrency(java.lang.String paymentCurrency)voidsetPaymentDateTime(java.lang.String paymentDateTime)voidsetPaymentStatus(java.lang.String paymentStatus)voidsetPaymentStatusName(java.lang.String paymentStatusName)
-
-
-
Method Detail
-
getPaymentByPaymentServicePrvdr
public java.lang.String getPaymentByPaymentServicePrvdr()
- Returns:
- the paymentByPaymentServicePrvdr
-
setPaymentByPaymentServicePrvdr
public void setPaymentByPaymentServicePrvdr(java.lang.String paymentByPaymentServicePrvdr)
- Parameters:
paymentByPaymentServicePrvdr- the paymentByPaymentServicePrvdr to set
-
getAmountInPaymentCurrency
public java.lang.String getAmountInPaymentCurrency()
- Returns:
- the amountInPaymentCurrency
-
setAmountInPaymentCurrency
public void setAmountInPaymentCurrency(java.lang.String amountInPaymentCurrency)
- Parameters:
amountInPaymentCurrency- the amountInPaymentCurrency to set
-
getPaymentCurrency
public java.lang.String getPaymentCurrency()
- Returns:
- the paymentCurrency
-
setPaymentCurrency
public void setPaymentCurrency(java.lang.String paymentCurrency)
- Parameters:
paymentCurrency- the paymentCurrency to set
-
getPaymentDateTime
public java.lang.String getPaymentDateTime()
- Returns:
- the paymentDateTime
-
setPaymentDateTime
public void setPaymentDateTime(java.lang.String paymentDateTime)
- Parameters:
paymentDateTime- the paymentDateTime to set
-
getPaymentStatus
public java.lang.String getPaymentStatus()
- Returns:
- the paymentStatus
-
setPaymentStatus
public void setPaymentStatus(java.lang.String paymentStatus)
- Parameters:
paymentStatus- the paymentStatus to set
-
getPaymentStatusName
public java.lang.String getPaymentStatusName()
- Returns:
- the paymentStatusName
-
setPaymentStatusName
public void setPaymentStatusName(java.lang.String paymentStatusName)
- Parameters:
paymentStatusName- the paymentStatusName to set
-
-