using Pos.Transactions.Bff.Contracts.Contracts; namespace Pos.Transactions.Bff.Contracts.Responses; public sealed record GetPosTransactionDetailResponse( string ContextId, string Summary, decimal OpenBalance, string Currency, PosPaymentActivityContract? Transaction);