Class: Aws::PartnerCentralSelling::Types::ExpectedCustomerSpend

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb

Overview

Provides an estimate of the revenue that the partner is expected to generate from the opportunity. This information helps partners assess the financial value of the project.

Constant Summary collapse

SENSITIVE =
[:currency_code, :estimation_url]

Instance Attribute Summary collapse

Instance Attribute Details

#amountString

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

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1675

class ExpectedCustomerSpend < Struct.new(
  :amount,
  :currency_code,
  :estimation_url,
  :frequency,
  :target_company)
  SENSITIVE = [:currency_code, :estimation_url]
  include Aws::Structure
end

#currency_codeString

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

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1675

class ExpectedCustomerSpend < Struct.new(
  :amount,
  :currency_code,
  :estimation_url,
  :frequency,
  :target_company)
  SENSITIVE = [:currency_code, :estimation_url]
  include Aws::Structure
end

#estimation_urlString

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

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1675

class ExpectedCustomerSpend < Struct.new(
  :amount,
  :currency_code,
  :estimation_url,
  :frequency,
  :target_company)
  SENSITIVE = [:currency_code, :estimation_url]
  include Aws::Structure
end

#frequencyString

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.

Returns:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1675

class ExpectedCustomerSpend < Struct.new(
  :amount,
  :currency_code,
  :estimation_url,
  :frequency,
  :target_company)
  SENSITIVE = [:currency_code, :estimation_url]
  include Aws::Structure
end

#target_companyString

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:

  • (String)


1675
1676
1677
1678
1679
1680
1681
1682
1683
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1675

class ExpectedCustomerSpend < Struct.new(
  :amount,
  :currency_code,
  :estimation_url,
  :frequency,
  :target_company)
  SENSITIVE = [:currency_code, :estimation_url]
  include Aws::Structure
end