Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 344 Bytes

File metadata and controls

18 lines (12 loc) · 344 Bytes

UltracartClient::ScreenRecordingMerchantNotesRequest

Properties

Name Type Description Notes
merchant_notes String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ScreenRecordingMerchantNotesRequest.new(
  merchant_notes: null
)