ChequeAdditionalInfo Constructor |
Initializes a new instance of the ChequeAdditionalInfo class.
Namespace:
Resto.Front.Api.Data.Payments
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax 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. Maximum length: 15 characters without '+'. - email
- Type: SystemString
Email address to send e-receipt as email. Maximum length: 60 characters. - settlementPlace
- Type: SystemString
Settlement place. Maximum length: 500 characters.
See Also