コード例 #1
0
 public giftMessageResponse[] giftMessageSetForQuoteProduct(string sessionId, string quoteId, giftMessageAssociativeProductsEntity[] productsAndMessages, string storeId)
 {
     object[] results = this.Invoke("giftMessageSetForQuoteProduct", new object[] {
                 sessionId,
                 quoteId,
                 productsAndMessages,
                 storeId});
     return ((giftMessageResponse[])(results[0]));
 }
コード例 #2
0
 /// <remarks/>
 public System.IAsyncResult BegingiftMessageSetForQuoteProduct(string sessionId, string quoteId, giftMessageAssociativeProductsEntity[] productsAndMessages, string storeId, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("giftMessageSetForQuoteProduct", new object[] {
                 sessionId,
                 quoteId,
                 productsAndMessages,
                 storeId}, callback, asyncState);
 }