Class ProductDto
java.lang.Object
es.kukenan.smartfi.microservice.contracts.api.products.ProductDto
- All Implemented Interfaces:
Dto,Visitable,Serializable
- Direct Known Subclasses:
AccountDetailDto,CardDetailDto,CreditDetailDto,DepositDetailDto,EquityDetailDto,FundDetailDto,GuaranteeDetailDto,GuaranteePositionDetailDto,InversisProductResponseDto,LoanDetailDto,ManagedPortfolioDetailDto,PensionDetailDto,WalletEquityDetailDto,WalletEquityPositionDetailDto
This class is use to describe the contact of a Product object.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringProduct alias.private Integerbackoffice id.private AmountDtoAccounting balance / Outstanding balance.private Stringcore product detail.private Stringcore product id.private Stringcore product type id.private CurrencyDtocurrency.private StringSkyline product identifier.private AmountDtolimit Amount.private StringProduct name.private AmountDtoAvailable balance to date.private ProductNumberDtoProduct number.private IdNamePairDtoSkyline product subtype type.private IdNamePairDtoSkyline product type.private IdNamePairDtoType of ownership.private static final longserialVersionUID identifier.private SignatureDtoSignature value.private IdNamePairDtostatus value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID identifier.- See Also:
-
id
Skyline product identifier. -
name
Product name. -
alias
Product alias. -
productNumber
Product number. -
balance
Accounting balance / Outstanding balance. -
postedBalance
Available balance to date. -
relationType
Type of ownership. -
productType
Skyline product type. -
productSubtype
Skyline product subtype type. -
signature
Signature value. -
status
status value. -
coreProductTypeId
core product type id. -
currency
currency. -
backofficeId
backoffice id. -
coreProductId
core product id. -
limitAmount
limit Amount. -
coreProductDetail
core product detail.
-
-
Constructor Details
-
ProductDto
public ProductDto()
-
-
Method Details