| Package | Description |
|---|---|
| com.crm.dataobject.accounts | |
| com.crm.dataobject.billing | |
| com.crm.dataobject.contactinfo |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
AccountDefinitionOverrideCreditLimitCondition.isApply(CRMDOAccountClassification accountClassification,
CreditRating creditRatingCode,
CRMDOKYCProfile kycProfile,
KYCProfileVerificationState profileVerificationState,
java.util.Date kycProfileExpirationDate) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
BillingTermDefinitionOverrideCreditLimitCondition.isApply(CRMDOAccountClassification accountClassification,
CreditRating creditRatingCode,
CRMDOKYCProfile kycProfile,
KYCProfileVerificationState profileVerificationState,
java.util.Date kycProfileExpirationDate) |
| Modifier and Type | Method and Description |
|---|---|
KYCProfileVerificationState |
ContactInfoSearchCriteria.getKycProfileState() |
KYCProfileVerificationState |
CRMDOContactInformation.getKycProfileVerificationState() |
static KYCProfileVerificationState |
KYCProfileVerificationState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KYCProfileVerificationState[] |
KYCProfileVerificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<KYCProfileVerificationState> |
ContactInfoSearchCriteria.getKycProfileVerificationStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactInfoSearchCriteria.setKycProfileState(KYCProfileVerificationState kycProfileState) |
void |
CRMDOContactInformation.setKycProfileVerificationState(KYCProfileVerificationState kycProfileVerificationState) |
void |
ContactInfoSearchCriteria.setKycProfileVerificationState(KYCProfileVerificationState kycProfileVerificationState) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContactInfoSearchCriteria.setKycProfileVerificationStates(java.util.ArrayList<KYCProfileVerificationState> kycProfileVerificationStates) |