class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaFulfillmentInfo

IDs for different shipping methods.
Fulfillment information, such as the store IDs for in-store pickup or region

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @place_ids = args[:place_ids] if args.key?(:place_ids)
  @type = args[:type] if args.key?(:type)
end