Click or drag to resize

ChequeAdditionalInfo Constructor

Initializes a new instance of the ChequeAdditionalInfo class.

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public ChequeAdditionalInfo(
	bool needReceipt,
	string phone,
	string email,
	string settlementPlace
)

Parameters

needReceipt
Type: SystemBoolean
Whether a paper receipt should be printed. Must be true if e-receipt (sms, email) will not be sent.
phone
Type: SystemString
Phone number to send e-receipt as sms.
email
Type: SystemString
Email address to send e-receipt as email.
settlementPlace
Type: SystemString
Settlement place.
See Also