hasCreatorSignedOff property

bool? hasCreatorSignedOff
getter/setter pair

If the creator has already signed off on the product, then the buyer can finalize the deal by accepting the product as is.

When copying to a proposal, if any of the terms are changed, then auto_finalize is automatically set to false.

Implementation

core.bool? hasCreatorSignedOff;