ModifyLinkedOfferObjects constructor

ModifyLinkedOfferObjects({
  1. List<String>? addLinkedOfferObjectIds,
  2. List<String>? removeLinkedOfferObjectIds,
})

Implementation

ModifyLinkedOfferObjects({
  this.addLinkedOfferObjectIds,
  this.removeLinkedOfferObjectIds,
});