lib/rev-api/models/order_request.rb in rev-api-2.3.2 vs lib/rev-api/models/order_request.rb in rev-api-2.4.0
- old
+ new
@@ -1,11 +1,11 @@
require 'rev-api/api_serializable'
module Rev
# OrderRequest is used for constructing order 'spec' in consumer code and passing it into.
# It consists of three main elements: :payment, :transcription_options and :notification.
- # You can also supply reference number, customer comment, and whether standard turnaround time is not required
+ # You can also supply reference number and whether standard turnaround time is not required
#
# @note https://www.rev.com/api/ordersposttranscription, https://www.rev.com/api/orderspostcaption
GLOSSARY_ENTRIES_LIMIT = 1000
GLOSSARY_ENTRY_LENGTH_LIMIT = 255
@@ -25,12 +25,9 @@
# see {Rev::Notification}
attr_reader :notification
# a reference number for the order meaningful for the client (optional)
attr_reader :client_ref
-
- # a comment with any special messages about the order (optional)
- attr_reader :comment
# a boolean flag specifying whether normal turnaround time is not required, defaults to false (optional)
attr_reader :non_standard_tat_guarantee
# @param payment [Payment] payment info