dateOfAutomaticAcceptance
The date that the system automatically accepts a proposal if the user doesn’t intervene.
Declaration
var dateOfAutomaticAcceptance: Date? { get set }Discussion
The system schedules the proposal when you present it, and may unschedule it if the user cancels automatic acceptance, manually accepts, or otherwise dismisses the proposal.
Set this property to nil to cancel automatic acceptance.