proposedSpendingLimitType property

String? proposedSpendingLimitType
getter/setter pair

The proposed spending limit as a well-defined type, for example, 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? proposedSpendingLimitType;