Class ExpectedCustomerSpend

    • Method Detail

      • amount

        public final String amount()

        Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.

        Returns:
        Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.
      • currencyCodeAsString

        public final String currencyCodeAsString()

        Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.

        If the service returns an enum value that is not available in the current SDK version, currencyCode will return ExpectedCustomerSpendCurrencyCodeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from currencyCodeAsString().

        Returns:
        Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
        See Also:
        ExpectedCustomerSpendCurrencyCodeEnum
      • estimationUrl

        public final String estimationUrl()

        A URL providing additional information or context about the spend estimation.

        Returns:
        A URL providing additional information or context about the spend estimation.
      • frequency

        public final PaymentFrequency frequency()

        Indicates how frequently the customer is expected to spend the projected amount. This can include values such as Monthly, Quarterly, or Annually. The default value is Monthly , representing recurring monthly spend.

        If the service returns an enum value that is not available in the current SDK version, frequency will return PaymentFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from frequencyAsString().

        Returns:
        Indicates how frequently the customer is expected to spend the projected amount. This can include values such as Monthly, Quarterly, or Annually. The default value is Monthly, representing recurring monthly spend.
        See Also:
        PaymentFrequency
      • frequencyAsString

        public final String frequencyAsString()

        Indicates how frequently the customer is expected to spend the projected amount. This can include values such as Monthly, Quarterly, or Annually. The default value is Monthly , representing recurring monthly spend.

        If the service returns an enum value that is not available in the current SDK version, frequency will return PaymentFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from frequencyAsString().

        Returns:
        Indicates how frequently the customer is expected to spend the projected amount. This can include values such as Monthly, Quarterly, or Annually. The default value is Monthly, representing recurring monthly spend.
        See Also:
        PaymentFrequency
      • targetCompany

        public final String targetCompany()

        Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.

        Returns:
        Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)