META-INF.portlet-model-hints.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.payment.service
Show all versions of com.liferay.commerce.payment.service
Liferay Commerce Payment Service
The newest version!
<?xml version="1.0"?> <model-hints> <model name="com.liferay.commerce.payment.model.CommercePaymentEntry"> <field name="mvccVersion" type="long" /> <field name="externalReferenceCode" type="String" /> <field name="commercePaymentEntryId" 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="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="commerceChannelId" type="long" /> <field name="amount" type="BigDecimal"> <validator name="required" /> </field> <field name="callbackURL" type="String"> <hint-collection name="CLOB" /> </field> <field name="cancelURL" type="String"> <hint-collection name="CLOB" /> </field> <field name="currencyCode" type="String" /> <field name="errorMessages" type="String"> <hint-collection name="CLOB" /> </field> <field name="languageId" type="String" /> <field name="note" type="String"> <hint-collection name="CLOB" /> </field> <field name="payload" type="String"> <hint-collection name="CLOB" /> </field> <field name="paymentIntegrationKey" type="String" /> <field name="paymentIntegrationType" type="int" /> <field name="paymentStatus" type="int" /> <field name="reasonKey" type="String" /> <field localized="true" name="reasonName" type="String" /> <field name="redirectURL" type="String"> <hint-collection name="CLOB" /> </field> <field name="transactionCode" type="String"> <hint name="max-length">255</hint> </field> <field name="type" type="int" /> </model> <model name="com.liferay.commerce.payment.model.CommercePaymentEntryAudit"> <field name="mvccVersion" type="long" /> <field name="commercePaymentEntryAuditId" 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="commercePaymentEntryId" type="long" /> <field name="amount" type="BigDecimal" /> <field name="currencyCode" type="String" /> <field name="logType" type="String" /> <field name="logTypeSettings" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel"> <field name="mvccVersion" type="long" /> <field name="commercePaymentMethodGroupRelId" 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 localized="true" name="name" type="String" /> <field localized="true" name="description" type="String" /> <field name="active" type="boolean" /> <field name="imageId" type="long" /> <field name="paymentIntegrationKey" type="String" /> <field name="priority" type="double" /> <field name="typeSettings" type="String"> <hint-collection name="CLOB" /> </field> </model> <model name="com.liferay.commerce.payment.model.CommercePaymentMethodGroupRelQualifier"> <field name="mvccVersion" type="long" /> <field name="commercePaymentMethodGroupRelQualifierId" 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="classNameId" type="long" /> <field name="classPK" type="long" /> <field name="commercePaymentMethodGroupRelId" type="long" /> </model> </model-hints>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy