add cash payment type
This commit is contained in:
parent
b09a4259dd
commit
77647a502e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use JMS\Serializer\Annotation as Serializer;
|
|||
*/
|
||||
class ReceiptPaymentRequest
|
||||
{
|
||||
const TYPE_CASH = 0;
|
||||
const TYPE_ELECTRON = 1;
|
||||
//аванс
|
||||
const TYPE_PREPAY = 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue