using System.Text.Json.Serialization; namespace Centron.Api.docuFORM.Models.Swagger; public class OrderShipmentInfo { [JsonPropertyName("text")] public string? Text { get; set; } [JsonPropertyName("url")] public string? Url { get; set; } }