CreditIssuanceDecision

  • This content defines the possible outcomes for bonus credit decisions, categorized into various enums.

  • Outcomes include unspecified or unknown states, successful issuance (both below and at the threshold), and failure cases (due to reaching the threshold or ineligibility).

Decision of bonus credit issued or rejected.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

SUCCESS_NOT_REACHED_THRESHOLD

Bonus credit is issued successfully and bonus credit cap has not reached the threshold after issuing this bonus credit.

SUCCESS_REACHED_THRESHOLD

Bonus credit is issued successfully and bonus credit cap has reached the threshold after issuing this bonus credit.

FAIL_OVER_THRESHOLD

Bonus credit is not issued because the provider has reached the bonus credit cap.

FAIL_NOT_ELIGIBLE

Bonus credit is not issued because this lead is not eligible for bonus credit.