Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
paymentcashinvoice.php
1
<?php
2
3
namespace
Bitrix\Sale\Exchange\Entity
;
4
5
6
use
Bitrix\Sale\Exchange\EntityType
;
7
8
class
PaymentCashInvoice
extends
PaymentInvoiceBase
9
{
10
public
function
getOwnerTypeId
()
11
{
12
return
EntityType::INVOICE_PAYMENT_CASH
;
13
}
14
}
Bitrix\Sale\Exchange\Entity\PaymentCashInvoice
Definition
paymentcashinvoice.php:9
Bitrix\Sale\Exchange\Entity\PaymentCashInvoice\getOwnerTypeId
getOwnerTypeId()
Definition
paymentcashinvoice.php:10
Bitrix\Sale\Exchange\Entity\PaymentInvoiceBase
Definition
paymentinvoicebase.php:11
Bitrix\Sale\Exchange\EntityType
Definition
entitytype.php:6
Bitrix\Sale\Exchange\EntityType\INVOICE_PAYMENT_CASH
const INVOICE_PAYMENT_CASH
Definition
entitytype.php:18
Bitrix\Sale\Exchange\Entity
Definition
entityimport.php:2
modules
sale
lib
exchange
entity
paymentcashinvoice.php
Создано системой
1.10.0