namespace Application.Features.Api.V1.Channels.GetByCode; /// /// Active = 채널 활성 + 소유 회원 정상 (false 면 결제 등록이 거부됨). /// public sealed record Response( string ChannelSID, string ChannelName, string Code, bool Active );