Class Deal

  • All Implemented Interfaces:
    RequestBody

    public class Deal
    extends java.lang.Object
    implements RequestBody
    This class represents Deal object.

    Contains all information about the deal that is relevant at the current time.

    It is generated when a deal is created and comes in response to any request related to deals.

    API Note:
    Only for those using Safe Deal.
    • Constructor Summary

      Constructors 
      Constructor Description
      Deal()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void createValidation​(Deal deal)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Deal

        public Deal()
    • Method Detail

      • createValidation

        public static void createValidation​(Deal deal)