1
0
mirror of synced 2025-02-16 12:13:18 +03:00

add cash payment type

This commit is contained in:
raulleo 2021-01-25 16:12:31 +03:00
parent b09a4259dd
commit 77647a502e

View File

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