IncomeVerificationCreateRequest constructor

IncomeVerificationCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. required String webhook,
  4. String? precheckId,
  5. IncomeVerificationCreateRequestOptions? options,
})

Implementation

IncomeVerificationCreateRequest({
  this.clientId,
  this.secret,
  required this.webhook,
  this.precheckId,
  this.options,
});