Class Deal

java.lang.Object
ru.loolzaaa.youkassa.model.Deal
All Implemented Interfaces:
RequestBody

public class Deal extends 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 Details

    • Deal

      public Deal()
  • Method Details

    • createValidation

      public static void createValidation(Deal deal)