creditIssuanceDecision property

String? creditIssuanceDecision
getter/setter pair

Decision of bonus credit issued or rejected.

If a bonus credit is issued, it will be available for use in about two months.

Required. Possible string values are:

  • "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.

Implementation

core.String? creditIssuanceDecision;