Docs
/Specification
/Namespace Client Spec
/Operations
/Models
/AlterTransactionSetProperty
AlterTransactionSetProperty
Properties
| Name |
Type |
Description |
Notes |
| key |
String |
|
[optional] |
| value |
String |
|
[optional] |
| mode |
String |
The behavior if the property key already exists. Case insensitive, supports both PascalCase and snake_case. Valid values are: - Overwrite (default): overwrite the existing value with the provided value - Fail: fail the entire operation - Skip: keep the existing value and skip setting the provided value |
[optional] |