public class ReasonCodeData extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getDomainName()
Return the domain name that the "reason code" is a member of.
|
Integer |
getDomainType()
Return the enumerated value indicating the domain that the
"reason code" is a member of.
|
String |
getInfranetLocale()
Return the Portal locale ("en_us", "fr", etc.) that the reason
code description pertains to (English, French, etc.)
|
String |
getReason()
Return the string description of the "reason code".
|
Integer |
getReasonCode()
Return the affiliate reason code.
|
static boolean |
isValidReasonType(int reasonType)
Evaluate the specified reason type for validity.
|
String |
toString()
Return the string represention for this class which is the
reason description.
|
public static final int ACCT_DEBIT
public static final int ACCT_ACTIVE_STATUS
public static final int ACCT_INACTIVE_STATUS
public static final int ACCT_CLOSED_STATUS
public static final int ACCT_CHARGE
public static final int ACCT_REFUND
public static final int ACCT_CREDIT_LIMIT
public static final int ACCT_CREDIT
public static final int ACTION_RESCHEDULE
public static final int ACTION_INSERT
public static final int ACCOUNT_EXEMPT
public static final int FIRST_VALID_REASON
public static final int ITEM_DISPUTE_CREDIT
public static final int ITEM_DISPUTE_DEBIT
public static final int ITEM_SETTLE
public static final int EVENT_DISPUTE_CRIDIT
public static final int EVENT_DISPUTE_DEBIT
public static final int EVENT_SETTLE
public static final int LAST_VALID_REASON
public static final int ACCT_NON_CURRENCY_INCREASE
public static final int ACCT_NON_CURRENCY_REDUCE
public static final int BILL_DEBIT
public static final int BILL_CREDIT
public static final int CONN_CURRENCY_CREDIT
public static final int CONN_CURRENCY_DEBIT
public static final int CONN_NON_CURRENCY_INCREASE
public static final int CONN_NON_CURRENCY_REDUCE
public static final int ITEM_ADJ_DEBIT
public static final int ITEM_ADJ_CREDIT
public static final int EVENT_ADJ_DEBIT
public static final int EVENT_ADJ_CREDIT
public static final int CUSTOM_REASON_CODE
public static final int CORRECTION_REASON_CODE
public static boolean isValidReasonType(int reasonType)
reasonType
- The type of "reason data" (credit, debit, etc.) to
evaluate.public String getReason()
public Integer getReasonCode()
public Integer getDomainType()
public String getDomainName()
public String getInfranetLocale()
Copyright © 2003, 2023, Oracle and/or its affiliates.