Package com.bhn.risk.order.domain
Class PaymentInfo
java.lang.Object
com.bhn.risk.common.SmartObject<PaymentInfo>
com.bhn.risk.order.domain.PaymentInfo
PaymentInfo class.
- Version:
- $Id: $Id
- Author:
- bkati00
-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.bhn.risk.domain.TenderType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bhn.risk.common.SmartObject
addSerializableClass, addSerializableClass, addSerializableClass, compareTo, copy, createMapper, equals, fromString, fromString, hashCode, toExposedString, toString, toString, toString
-
Field Details
-
tenderType
@NotNull(errorCode="paymentInfo.tenderType.null", message="paymentInfo.tenderType is mandatory") public com.bhn.risk.domain.TenderType tenderType -
processorPaymentId
@NotBlank(errorCode="paymentInfo.processorPaymentId.blank", message="paymentInfo.processorPaymentId cannot be blank") public String processorPaymentId -
paymentProcessor
@NotBlank(errorCode="paymentInfo.paymentProcessor.blank", message="paymentInfo.paymentProcessor cannot be blank") public String paymentProcessor -
billingAddress
-
cardDetails
-
paymentTimestamp
-
additionalPaymentInfo
-
rawResponse
-
-
Constructor Details
-
PaymentInfo
public PaymentInfo()
-