Click or drag to resize

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.Payments
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public DateTime InitiatedAt { get; set; }

Property Value

Type: DateTime
See Also