setOfferId method
- int offerId
Sets offer ID. 0
creates a new offer. Set to existing offer ID to change it.
Implementation
ManageBuyOfferOperationBuilder setOfferId(int offerId) {
this._offerId = offerId;
return this;
}
Sets offer ID. 0
creates a new offer. Set to existing offer ID to change it.
ManageBuyOfferOperationBuilder setOfferId(int offerId) {
this._offerId = offerId;
return this;
}