root/trunk/eCard/eCardMVC/Platnosci/Models/InvoiceDetailsViewData.cs
@
971
| Wersja 971, 381 bytes (wprowadzona przez marek, 16 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [970] | 1 | using adMoto.Payments.Core; |
| 2 | using adMoto.Payments.Core.Data; | |
| [866] | 3 | |
| [971] | 4 | namespace adMoto.Payments.Web.Models |
| [866] | 5 | { |
| 6 | public class InvoiceDetailsViewData | |
| 7 | { | |
| [971] | 8 | public Invoice Invoice { get; set; } |
| [866] | 9 | public Payer Payer {get; set;} |
| [971] | 10 | public string Brutto { get; set; } |
| 11 | public string Termin { get; set; } | |
| 12 | public string Info { get; set; } | |
| [866] | 13 | } |
| [971] | 14 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
