OwnershipChangeData constructor

OwnershipChangeData({
  1. String? ownerTransferStatus,
  2. String? scanInOrderId,
  3. String? status,
  4. String? onBehalf,
  5. String? fromPartyId,
  6. String? toPartyId,
  7. String? amount,
})

Implementation

OwnershipChangeData(
    {this.ownerTransferStatus,
    this.scanInOrderId,
    this.status,
    this.onBehalf,
    this.fromPartyId,
    this.toPartyId,
    this.amount});