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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public ChequeAdditionalInfo(
	bool needReceipt,
	string phone,
	string email,
	string settlementPlace
)

Parameters

needReceipt  Boolean
Whether a paper receipt should be printed. Must be true if e-receipt (sms, email) will not be sent.
phone  String
Phone number to send e-receipt as sms. Maximum length: 40 characters.
email  String
Email address to send e-receipt as email. Maximum length: 60 characters.
settlementPlace  String
Settlement place. Maximum length: 500 characters.
See Also