Data constructor

Data({
  1. String? orderId,
  2. String? bindingId,
  3. String? acsUrl,
  4. String? paReq,
  5. String? termUrl,
})

Дополнительные параметры

Implementation

Data({
  this.orderId,
  this.bindingId,
  this.acsUrl,
  this.paReq,
  this.termUrl,
});