# UltracartClient::ScreenRecordingMerchantNotesRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **merchant_notes** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ScreenRecordingMerchantNotesRequest.new( merchant_notes: null ) ```