Amazon.ECS.Model.MerchantItemAttributes.WithUPC C# (CSharp) Method

WithUPC() public method

Sets the UPC property
public WithUPC ( String UPC ) : MerchantItemAttributes
UPC String UPC property
return MerchantItemAttributes
        public MerchantItemAttributes WithUPC(String UPC)
        {
            this.UPCField = UPC;
            return this;
        }
MerchantItemAttributes