approvedSpendingLimitType property

String? approvedSpendingLimitType
getter/setter pair

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

This will only be populated 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? approvedSpendingLimitType;