adjustedSpendingLimitType property

String? adjustedSpendingLimitType
getter/setter pair

The adjusted spending limit as a well-defined type, for example, INFINITE.

This will only be populated if the adjusted spending limit is INFINITE, which is guaranteed to be true if the approved spending limit is INFINITE.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "INFINITE" : Infinite, indicates unlimited spending power.

Implementation

core.String? adjustedSpendingLimitType;