Amazon.ECS.Model.MerchantItemAttributes.WithUPC C# (CSharp) 메소드

WithUPC() 공개 메소드

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