@comparaonline/offers-models v6.9.8
Offers Model Package
This library contains the types definition for the models which are part of the market-place offers cycle.
How to use:
Add the @comparaonline/offers-models to project.
- Use as the example:
 
import { Country } from '@comparaonline/offers-models'
const chile:Country = { code: 'cl', name: 'Chile' };Contains Types definition for:
- BusinessUnit
 - Company
 - Country
 - Config: Generic Config for Entity
- ConfigMoney
 - ConfigMoneyInstallment
 - ConfigNumber
 - ConfigPercentage
 
 - Division
 - Format: Generic Format Unit
- FormatMoney
 - FormatNumber
 - FormatPercentage
 - FormatUnit
 
 - Entity: Generic entity model
- EntityMoneyInstallment
 - EntityList
 - EntityMoney
 - EntityNumber
 - EntityPercentage
 - EntityTerm
 
 - EntityFilter
 - Filter
 - Offer
 - Product
 - ProductAttribute: Generic product attribute model.
- MoneyInstallmentAttribute
 - IntegerAttribute
 - StringAttribute
 - ListAttribute
 - MoneyAttribute
 - TermAttribute
 
 
2 years ago
3 years ago
4 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago