- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxbitrixv2.php
- Класс: BitrixSaleCashboxCashboxBitrixV2
- Вызов: CashboxBitrixV2::getCheckTypeMap
protected function getCheckTypeMap()
{
return [
SellCheck::getType() => 'fullPayment',
SellReturnCashCheck::getType() => 'fullPayment',
SellReturnCheck::getType() => 'fullPayment',
AdvancePaymentCheck::getType() => 'advance',
AdvanceReturnCashCheck::getType() => 'advance',
AdvanceReturnCheck::getType() => 'advance',
CreditCheck::getType() => 'credit',
CreditReturnCheck::getType() => 'credit',
CreditPaymentCheck::getType() => 'creditPayment',
CreditPaymentReturnCashCheck::getType() => 'creditPayment',
CreditPaymentReturnCheck::getType() => 'creditPayment',
PrepaymentCheck::getType() => 'prepayment',
PrepaymentReturnCheck::getType() => 'prepayment',
PrepaymentReturnCashCheck::getType() => 'prepayment',
FullPrepaymentCheck::getType() => 'fullPrepayment',
FullPrepaymentReturnCheck::getType() => 'fullPrepayment',
FullPrepaymentReturnCashCheck::getType() => 'fullPrepayment',
];
}