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