Illumina.BaseSpace.SDK.BaseSpaceClient.CreatePurchaseRefund C# (CSharp) 메소드

CreatePurchaseRefund() 공개 메소드

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