Class CisExternalPaymentRequest
- java.lang.Object
-
- com.hybris.cis.client.payment.models.CisExternalPaymentRequest
-
public class CisExternalPaymentRequest extends java.lang.ObjectA payment request to e.g. authorize or capture that was done externally (e.g. by the CyberSource Silent Order Post).
-
-
Constructor Summary
Constructors Constructor Description CisExternalPaymentRequest()CisExternalPaymentRequest(java.util.Map<java.lang.String,java.lang.String> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationHashMapgetParameters()voidsetParameters(AnnotationHashMap parameters)
-
-
-
Method Detail
-
getParameters
public AnnotationHashMap getParameters()
-
setParameters
public void setParameters(AnnotationHashMap parameters)
-
-