IncomeVerificationPaystubsGetResponse constructor

IncomeVerificationPaystubsGetResponse({
  1. List<Paystub>? paystubs,
  2. String? requestId,
})

Implementation

IncomeVerificationPaystubsGetResponse({
  this.paystubs,
  this.requestId,
});