@energycap/energycap-sdk-angular 8.2603.96-csharp-sdk-workflow-20260323-1523 → 8.2603.97-develop-20260324-1343
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138426,6 +138426,10 @@ class BillImportRequest {
|
|
|
138426
138426
|
* The base64 encoded file. <span class='property-internal'>Required</span>
|
|
138427
138427
|
*/
|
|
138428
138428
|
data;
|
|
138429
|
+
/**
|
|
138430
|
+
* Optional property to indicate whether or not to suppress the Bill Capture Automation notification that would normally be sent after a successful import. This is used for microbatches to avoid sending a notification for each microbatch that is imported. Instead, the notification will be sent after all microbatches have been imported from the BillCapture process. Assumes false if not provided.
|
|
138431
|
+
*/
|
|
138432
|
+
suppressBillCaptureNotification;
|
|
138429
138433
|
batchSettings;
|
|
138430
138434
|
/**
|
|
138431
138435
|
* Optional note/comment.
|