BankTransactionDetailsInitiatedAt Property |
Date and time when the payment operation was initiated, according to the payment provider. For card acquiring use local terminal time (DateTime.Now, DateTimeKind.Local). For SBP and MultiQR use UTC (DateTime.UtcNow, DateTimeKind.Utc).
Namespace: Resto.Front.Api.Data.PaymentsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic DateTime InitiatedAt { get; set; }Property Value
DateTime
See Also