public CreatePurchaseRefundResponse CreatePurchaseRefund(CreatePurchaseRefundRequest request, IRequestOptions options = null)
 {
     return WebClient.Send(request, options);
 }
Ejemplo n.º 2
0
 public CreatePurchaseRefundResponse CreatePurchaseRefund(CreatePurchaseRefundRequest request, IRequestOptions options = null)
 {
     return(WebClient.Send(request, options));
 }