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