Invoice details
| Store | @Model.StoreName |
|---|---|
| Id | @Model.Id |
| Created date | @Model.CreatedDate |
| Expiration date | @Model.ExpirationDate |
| Status | @Model.Status |
| Refund email | @Model.RefundEmail |
| Order Id | @Model.OrderId |
| Rate | @Model.Rate |
| Total fiat due | @Model.Fiat |
| Network Fee | @Model.NetworkFee |
| Total crypto due | @Model.BTC |
| Crypto due | @Model.BTCDue |
| Crypto paid | @Model.BTCPaid |
| Notification Url | @Model.NotificationUrl |
| Payment address | @Model.BitcoinAddress |
| Payment Url | @Model.PaymentUrl |
| 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.ProductInformation.Price @Model.ProductInformation.Currency |
| Date | Deposit address | Transaction Id | Confirmations |
|---|---|---|---|
| @payment.ReceivedTime | @payment.DepositAddress | @payment.TransactionId | @payment.Confirmations |