• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashboxyookassa.php
  • Класс: BitrixSaleCashboxCashboxYooKassa
  • Вызов: CashboxYooKassa::getCheckTypeMap
protected function getCheckTypeMap(): array
{
	return [
		FullPrepaymentCheck::getType() => 'full_prepayment',
		PrepaymentCheck::getType() => 'partial_prepayment',
		AdvancePaymentCheck::getType() => 'advance',
		SellCheck::getType() => 'full_payment',
		CreditCheck::getType() => 'credit',
		CreditPaymentCheck::getType() => 'credit_payment',
	];
}