Class SelfEmployed

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

public class SelfEmployed extends Object implements RequestBody
This class represents self-employed object.

The Self-Employed object contains all the current information about the self-employed individual. It is generated when the self-employed individual is created and is returned in response to any request related to self-employed individuals.

The set of returned parameters depends on the object's status (the value of the status parameter) and the parameters you passed in the request to create the self-employed individual.

  • Constructor Details

    • SelfEmployed

      public SelfEmployed()
  • Method Details

    • createValidation

      public static void createValidation(SelfEmployed selfEmployed)