IncomeVerificationCreateResponse constructor

IncomeVerificationCreateResponse({
  1. String? incomeVerificationId,
  2. String? requestId,
})

Implementation

IncomeVerificationCreateResponse({
  this.incomeVerificationId,
  this.requestId,
});