Settle constructor

Settle({
  1. String? cashReceiptType,
})

Implementation

Settle({
  this.cashReceiptType,
});