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