| Store | @Model.StoreName |
|---|---|
| Id | @Model.Id |
| State | @Model.State |
| Created date | @Model.CreatedDate.ToBrowserDate() |
| Expiration date | @Model.ExpirationDate.ToBrowserDate() |
| Monitoring date | @Model.MonitoringDate.ToBrowserDate() |
| Transaction speed | @Model.TransactionSpeed |
| Refund email | @Model.RefundEmail |
| Order Id | @Model.OrderId |
| Total fiat due | @Model.Fiat |
| Notification Url | @Model.NotificationUrl |
| Redirect Url | @Model.RedirectUrl |
| Name | @Model.BuyerInformation.BuyerName |
|---|---|
| @Model.BuyerInformation.BuyerEmail | |
| Phone | @Model.BuyerInformation.BuyerPhone |
| Address 1 | @Model.BuyerInformation.BuyerAddress1 |
| Address 2 | @Model.BuyerInformation.BuyerAddress2 |
| City | @Model.BuyerInformation.BuyerCity |
| State | @Model.BuyerInformation.BuyerState |
| Country | @Model.BuyerInformation.BuyerCountry |
| Zip | @Model.BuyerInformation.BuyerZip |
| Item code | @Model.ProductInformation.ItemCode |
|---|---|
| Item Description | @Model.ProductInformation.ItemDesc |
| Price | @Model.Fiat |
| Tax included | @Model.TaxIncluded |
| Item code | @Model.ProductInformation.ItemCode |
|---|---|
| Item Description | @Model.ProductInformation.ItemDesc |
| Price | @Model.Fiat |
| Tax included | @Model.TaxIncluded |
| Date | Message |
|---|---|
| @evt.Timestamp.ToBrowserDate() | @evt.Message |