using System; using System.Collections.Generic; using System.Text; namespace AwsDotnetCsharp.Model { public class FinanceReportItemModel { public string SettlementDateTime { get; set; } public string IssuingAuthority { get; set; } public string Channel { get; set; } public string PayId { get; set; } public string NoticeNumber { get; set; } public string Amount { get; set; } } }