Newer Version Available

This content describes an older version of this product. View Latest

Invoice Configuration Override Input

Input representation of the additional configuration settings to specify whether the generation of payment schedules and payment schedule items must be skipped.
JSON example
1{
2  "configurationOverrides": {
3    "paymentExclusionReason": "Not applicable.",
4    "shouldExcludePayment": true
5  }
6}
Properties
Name Type Description Required or Optional Available Version
payment​ExclusionReason String The reason for the exclusion of the payment for the invoice. Optional 63.0
shouldExclude​Payment Boolean Indicates whether to exclude the payment during invoice generation and skip creating the payment schedules and payment schedule items for the invoice (true) or not (false). The default value is false. Optional 63.0