Click or drag to resize

BankTransactionDetailsExtensions Property

Additional provider-specific attributes that are not included in the common core of the model.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public Dictionary<string, string> Extensions { get; set; }

Property Value

Type: DictionaryString, String
See Also