EC-CUBE4 APIドキュメント

TaxProcessor implements ItemHolderPreprocessor

Table of Contents

$entityManager EntityManagerInterface
$taxRuleRepository TaxRuleRepository
$taxRuleService TaxRuleService
__construct() TaxProcessor constructor. mixed
process() 受注データ調整処理。 mixed
getTaxType() 税区分を取得する. TaxType
getTaxDisplayType() 税表示区分を取得する. TaxType

Properties

$entityManager

protected EntityManagerInterface $entityManager

Methods

getTaxType()

税区分を取得する.

protected getTaxType( $OrderItemType : ) : TaxType
  • 商品: 課税
  • 送料: 課税
  • 値引き: 課税
  • 手数料: 課税
  • ポイント値引き: 不課税
Parameters
$OrderItemType :
Return values
TaxType

getTaxDisplayType()

税表示区分を取得する.

protected getTaxDisplayType( $OrderItemType : ) : TaxType
  • 商品: 税抜
  • 送料: 税込
  • 値引き: 税抜
  • 手数料: 税込
  • ポイント値引き: 税込
Parameters
$OrderItemType :
Return values
TaxType

Search results