setTerms method

Offer setTerms(
  1. String terms
)

Sets the terms

Implementation

Offer setTerms(String terms) {
  _terms = terms;
  return this;
}