class Google::Apis::ContentV2::MinimumOrderValueTable

Attributes

store_code_set_with_movs[RW]

Corresponds to the JSON property `storeCodeSetWithMovs` @return [Array<Google::Apis::ContentV2::MinimumOrderValueTableStoreCodeSetWithMov>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 4118
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/classes.rb, line 4123
def update!(**args)
  @store_code_set_with_movs = args[:store_code_set_with_movs] if args.key?(:store_code_set_with_movs)
end