Package com.skava.payment.model
Class PaymentItem
java.lang.Object
com.skava.payment.model.PaymentItem
- All Implemented Interfaces:
Serializable
The Class PaymentItem
This class implements the paymentItemDTO model to define the request and response paymentItem object. It consists of the details of different paymentItems. A paymentItem consists of different transactions across the orders. This entity actually holds the amount of a transaction and other currency related details. PaymentItem maintains the provider details to know using which provider the transaction is being made.- Since:
- 16 Aug 2018
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaymentItem
public PaymentItem()
-