Class CreditProfile
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.CreditProfile
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class CreditProfile
extends Object
Credit profile for the party (containing credit scoring, ...). By default only the current credit profile is retrieved. It can be used as a list to give the party credit profiles history, the first one in the list will be the current one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) creditProfileDate(Date creditProfileDate) creditRiskRating(Integer creditRiskRating) creditScore(Integer creditScore) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull @Valid DateThe date the profile was establishedThis is an integer whose value is used to rate the riskA measure of a person or organizations creditworthiness calculated on the basis of a combination of factors such as their income and credit history@NotNull @Valid TimePeriodThe period for which the profile is validinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetCreditProfileDate(Date creditProfileDate) voidsetCreditRiskRating(Integer creditRiskRating) voidsetCreditScore(Integer creditScore) voidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
CreditProfile
public CreditProfile()
-
-
Method Details
-
creditProfileDate
-
getCreditProfileDate
The date the profile was established- Returns:
- creditProfileDate
-
setCreditProfileDate
-
creditRiskRating
-
getCreditRiskRating
This is an integer whose value is used to rate the risk- Returns:
- creditRiskRating
-
setCreditRiskRating
-
creditScore
-
getCreditScore
A measure of a person or organizations creditworthiness calculated on the basis of a combination of factors such as their income and credit history- Returns:
- creditScore
-
setCreditScore
-
validFor
-
getValidFor
The period for which the profile is valid- Returns:
- validFor
-
setValidFor
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-