Class Invoice

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

public class Invoice extends Object implements RequestBody
This class represents Invoice object.

The Invoice object contains all the current invoice information. It is generated when an invoice is created and is returned in response to any invoice-related request.

The set of returned parameters depends on the object's status (the value of the status parameter) and the parameters you passed in the invoice creation request.

  • Constructor Details

    • Invoice

      public Invoice()
  • Method Details

    • createValidation

      public static void createValidation(Invoice invoice)