Class PaymentCheckout

java.lang.Object
com.skava.cart.model.PaymentCheckout
All Implemented Interfaces:
Serializable

public class PaymentCheckout extends Object implements Serializable
This model defines the request and response of Payment object. A payment consists of all the details related to the payment made by the customer and also the payments added to the customer profile. The payment consists of multiple payment items.The class represents model for Cart, Customer, OMS services.
See Also:
  • Constructor Details

    • PaymentCheckout

      public PaymentCheckout()