fee method

Implementation

AdvertisementMetadataBuilder fee(int fee) {
  _fee = fee;
  return this;
}