Class PaymentItem

java.lang.Object
com.skava.payment.model.PaymentItem
All Implemented Interfaces:
Serializable

public class PaymentItem extends Object implements 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 Details

    • PaymentItem

      public PaymentItem()