using System;
using System.Collections.Generic;
namespace Retailcrm.Versions.V5
{
public partial class Client
{
///
/// Get delivery settings
///
///
///
public new Response DeliverySettingGet(string code)
{
throw new ArgumentException("This method is unavailable in API V5", code);
}
///
/// Update delivery settings
///
///
///
public new Response DeliverySettingsEdit(Dictionary configuration)
{
throw new ArgumentException("This method is unavailable in API V5");
}
}
}