• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxatolfarmv4.php
  • Класс: BitrixSaleCashboxCashboxAtolFarmV4
  • Вызов: CashboxAtolFarmV4::getCheckTypeMap
protected function getCheckTypeMap()
{
	return array(
		SellCheck::getType() => 'full_payment',
		SellReturnCashCheck::getType() => 'full_payment',
		SellReturnCheck::getType() => 'full_payment',
		AdvancePaymentCheck::getType() => 'advance',
		AdvanceReturnCashCheck::getType() => 'advance',
		AdvanceReturnCheck::getType() => 'advance',
		PrepaymentCheck::getType() => 'prepayment',
		PrepaymentReturnCheck::getType() => 'prepayment',
		PrepaymentReturnCashCheck::getType() => 'prepayment',
		FullPrepaymentCheck::getType() => 'full_prepayment',
		FullPrepaymentReturnCheck::getType() => 'full_prepayment',
		FullPrepaymentReturnCashCheck::getType() => 'full_prepayment',
		CreditCheck::getType() => 'credit',
		CreditReturnCheck::getType() => 'credit',
		CreditPaymentCheck::getType() => 'credit_payment',
		CreditPaymentReturnCashCheck::getType() => 'credit_payment',
		CreditPaymentReturnCheck::getType() => 'credit_payment',
	);
}