1
0
Fork 0
mirror of synced 2025-04-17 16:00:55 +00:00
This commit is contained in:
raulleo 2024-07-30 10:08:42 +04:00 committed by GitHub
commit 99d1d1a968
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ use JMS\Serializer\Annotation as Serializer;
*/
class ReceiptPaymentRequest
{
const TYPE_CASH = 0;
const TYPE_ELECTRON = 1;
//аванс
const TYPE_PREPAY = 2;