Taylohtio/IDP/parsers/parser-management-fee/fivaldi/Payment.cs

10 lines
208 B
C#

namespace taloyhtio.idp.parser.fivaldi
{
public class Payment
{
public string Code { get; set; }
public string Name { get; set; }
public string Amount { get; set; }
}
}