$AuthorizedSellerStatusAssignedTargetingOptionDetails constructor

$AuthorizedSellerStatusAssignedTargetingOptionDetails({
  1. String? authorizedSellerStatus,
  2. String? targetingOptionId,
})

Implementation

$AuthorizedSellerStatusAssignedTargetingOptionDetails({
  this.authorizedSellerStatus,
  this.targetingOptionId,
});