NewOrder constructor

NewOrder({
  1. String headRequest = "",
  2. String? orderID,
  3. int? orderLines,
  4. String? orderType,
  5. String? timeStamp,
  6. String? message = "null",
  7. int? trxLine,
  8. String? sender,
  9. String? address,
  10. String? receiver,
  11. int? amountFee,
  12. int? amountTrf,
  13. String? signature,
  14. String trfrID = "",
})

Implementation

NewOrder({
  this.headRequest = "",
  this.orderID,
  this.orderLines,
  this.orderType,
  this.timeStamp,
  this.message = "null",
  this.trxLine,
  this.sender,
  this.address,
  this.receiver,
  this.amountFee,
  this.amountTrf,
  this.signature,
  this.trfrID = "",
});