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