@model ParcelWeb.Core.ViewModels.PaymentVM @{ ViewBag.Title = "Book Shipment"; string accountCode = ViewBag.AccountCode; }
@Model.Shipment.SenderAddress.StreetAddress
@Model.Shipment.SenderAddress.CityId, @Model.Shipment.SenderAddress.Country.Name
@Model.Shipment.ReceiverAddress.StreetAddress
@Model.Shipment.ReceiverAddress.CityId, @Model.Shipment.ReceiverAddress.Country.Name
@Model.Shipment.DeliveryDate.ToString()
Please note down our bank details and make a transection
Once we receive the payment we will process your request.
@Model.AppSettings.BankName
Account Name: @Model.AppSettings.AccountName
Sort Code: @Model.AppSettings.SortCode
Account Number: @Model.AppSettings.AccountNumber