namespace Application.Features.Api.Payment.Toss.CreateOrder; public sealed record Response( string OrderID, string OrderName, int Amount, int PointAmount, int VatAmount, string ClientKey, string CustomerKey );