SellerPartyMinDetails constructor

SellerPartyMinDetails({
  1. String? entityId,
  2. int? entityType,
  3. int? levelId,
  4. String? levelName,
  5. String? customerCode,
  6. String? displayName,
})

Implementation

SellerPartyMinDetails({
  this.entityId,
  this.entityType,
  this.levelId,
  this.levelName,
  this.customerCode,
  this.displayName,
});