All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.portlet-model-hints.xml Maven / Gradle / Ivy

There is a newer version: 4.0.44
Show newest version
<?xml version="1.0"?>

<model-hints>
	<model name="com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRate">
		<field name="commerceTaxFixedRateId" type="long" />
		<field name="groupId" type="long" />
		<field name="companyId" type="long" />
		<field name="userId" type="long" />
		<field name="userName" type="String" />
		<field name="createDate" type="Date" />
		<field name="modifiedDate" type="Date" />
		<field name="CPTaxCategoryId" type="long">
			<validator name="required" />
		</field>
		<field name="commerceTaxMethodId" type="long" />
		<field name="rate" type="double" />
	</model>
	<model name="com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRateAddressRel">
		<field name="commerceTaxFixedRateAddressRelId" type="long" />
		<field name="groupId" type="long" />
		<field name="companyId" type="long" />
		<field name="userId" type="long" />
		<field name="userName" type="String" />
		<field name="createDate" type="Date" />
		<field name="modifiedDate" type="Date" />
		<field name="commerceTaxMethodId" type="long" />
		<field name="CPTaxCategoryId" type="long">
			<validator name="required" />
		</field>
		<field name="commerceCountryId" type="long" />
		<field name="commerceRegionId" type="long" />
		<field name="zip" type="String" />
		<field name="rate" type="double" />
	</model>
</model-hints>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy