SectoralCheckProps constructor

SectoralCheckProps(
  1. String federalId,
  2. String date,
  3. String number,
  4. String value,
)

Создает экземпляр данных поставщика платежного агента

Implementation

SectoralCheckProps(
  this.federalId,
  this.date,
  this.number,
  this.value,
);