Click or drag to resize

CardInputDialogResult Constructor

Initializes a new instance of the CardInputDialogResult class

Namespace:  Resto.Front.Api.Data.View
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public CardInputDialogResult(
	string track1,
	string track2,
	string track3,
	string fullCardTrack
)

Parameters

track1
Type: SystemString
track2
Type: SystemString
track3
Type: SystemString
fullCardTrack
Type: SystemString
See Also