Processing Options Details Input

Input representation of the donor processing options and gift validation disablement.

JSON example

1{
2  "processingOptions": {
3    "donorOptions": {
4      "defaultUpdateLogic": "update_all"
5    },
6    "disableGiftTransactionValidations": true,
7    "disableGiftCommitmentValidations": true,
8    "disableGiftCommitmentScheduleValidations": true
9  }
10}

Properties

Name Type Description Required or Optional Available Version
disableGiftCommitmentScheduleValidations Boolean Indicates whether a subset of Gift Commitment Schedule validation rules is disabled for the request. The default is false. Optional 60.0
disableGiftCommitmentValidations Boolean Indicates whether a subset of Gift Commitment validation rules is disabled for the request. The default is false. Optional 60.0
disableGiftTransactionValidations Boolean Indicates whether a subset of Gift Transaction validation rules is disabled for the request. The default is false. Optional 60.0
donorOptions Donor Options Details Input Donor processing options to create gift commitments. Optional 60.0