ChequeAdditionalInfo Constructor |
Initializes a new instance of the ChequeAdditionalInfo class.
Namespace: Resto.Front.Api.Data.PaymentsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxpublic ChequeAdditionalInfo(
bool needReceipt,
string phone,
string email,
string retailAddress,
string settlementPlace,
bool isInternetPayment
)
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: 15 characters without '+'.
- email String
- Email address to send e-receipt as email. Maximum length: 60 characters.
- retailAddress String
- Retail address. Maximum length: 256 characters
- settlementPlace String
- Settlement place. Maximum length: 500 characters.
- isInternetPayment Boolean
- Whether the settlement is an internet payment transaction.
See Also