Illumina.BaseSpace.SDK.BaseSpaceClient.CreatePurchaseRefund C# (CSharp) Method

CreatePurchaseRefund() public method

public CreatePurchaseRefund ( CreatePurchaseRefundRequest request, IRequestOptions options = null ) : CreatePurchaseRefundResponse
request CreatePurchaseRefundRequest
options IRequestOptions
return CreatePurchaseRefundResponse
        public CreatePurchaseRefundResponse CreatePurchaseRefund(CreatePurchaseRefundRequest request, IRequestOptions options = null)
        {
            return WebClient.Send(request, options);
        }