public ListPurchasedProductsResponse ListPurchasedProducts(ListPurchasedProductsRequest request, IRequestOptions options = null)
 {
     return WebClient.Send(request, options);
 }
Beispiel #2
0
 public ListPurchasedProductsResponse ListPurchasedProducts(ListPurchasedProductsRequest request, IRequestOptions options = null)
 {
     return(WebClient.Send(request, options));
 }