BalancedSharp.Clients.HoldClient.Get C# (CSharp) Method

Get() public method

public Get ( string holdUri ) : Status
holdUri string
return Status
        public Status<Hold> Get(string holdUri)
        {
            return rest.GetResult<Hold>(this.Service.BaseUrl + holdUri, this.Service.Key, "", "get", null).AttachService(this.Service);
        }