# PaymentMethodPatchEntry

## Structure

### Properties

- **openumRequired**:  
  **Type**: `Operation`  
  **Allowed values**: `add`, `remove`, `replace`, `stringReplace`, `numberReplace`

- **path**:  
  **Type**: `string`  
  **Required**: Yes  
  **Description**: Path where the operation will be applied.

- **search**:  
  **Type**: `string`  
  **Required**: No  
  **Description**: Search string for 'stringReplace' and 'numberReplace' operations.  
  `'numberReplace'` replaces with JSON number type but only when the search string matches the entire value.  
  I.e "audio_pid" would be replaced with 50, not "50".

- **value**:  
  **Type**: `any`  
  **Required**: No  
  **Description**: [AnyValue](https://docs.mediakind.com/api-reference/management-api/schemas/anyvalue) Optional  
  **Value**: Can be of any type.
