class Google::Apis::ContentV2_1::OrderMerchantProvidedAnnotation
Attributes
key[RW]
Key for additional merchant provided (as key-value pairs) annotation about the line item. Corresponds to the JSON property `key` @return [String]
value[RW]
Value
for additional merchant provided (as key-value pairs) annotation about the line item. Corresponds to the JSON property `value` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 6101 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 6106 def update!(**args) @key = args[:key] if args.key?(:key) @value = args[:value] if args.key?(:value) end