UpdatePackageApiRequest
Properties
| Name |
Type |
Description |
Notes |
| name |
String |
The updated package name. Null to keep the current value. |
[optional] [default to null] |
| emailSubject |
String |
The updated email subject. Null to keep the current value. |
[optional] [default to null] |
| emailMessage |
String |
The updated email body text. Null to keep the current value. |
[optional] [default to null] |
| enforceSigningOrder |
Boolean |
Whether to enforce sequential signing order. Null to keep the current value. |
[optional] [default to null] |
| expirationDate |
Date |
The updated expiration date (in tenant timezone). Null to keep the current value. |
[optional] [default to null] |
| reminderEnabled |
Boolean |
Whether automatic reminders are enabled. Null to keep the current value. |
[optional] [default to null] |
| reminderIntervalDays |
Integer |
The updated reminder interval in days. Null to keep the current value. |
[optional] [default to null] |
| externalReferenceId |
String |
|
[optional] [default to null] |
| metadata |
String |
|
[optional] [default to null] |
| enableInstantBankTransfer |
Boolean |
|
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]