

# ExpectedCustomerSpend
<a name="API_ExpectedCustomerSpend"></a>

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.

## Contents
<a name="API_ExpectedCustomerSpend_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** CurrencyCode **   <a name="AWSPartnerCentral-Type-ExpectedCustomerSpend-CurrencyCode"></a>
Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets. Accepted values are `USD` (US Dollars) and `EUR` (Euros). If the AWS Partition is `aws-eusc` (AWS European Sovereign Cloud), the currency code must be `EUR`.  
Type: String  
Valid Values: `USD | EUR | GBP | AUD | CAD | CNY | NZD | INR | JPY | CHF | SEK | AED | AFN | ALL | AMD | ANG | AOA | ARS | AWG | AZN | BAM | BBD | BDT | BGN | BHD | BIF | BMD | BND | BOB | BOV | BRL | BSD | BTN | BWP | BYN | BZD | CDF | CHE | CHW | CLF | CLP | COP | COU | CRC | CUC | CUP | CVE | CZK | DJF | DKK | DOP | DZD | EGP | ERN | ETB | FJD | FKP | GEL | GHS | GIP | GMD | GNF | GTQ | GYD | HKD | HNL | HRK | HTG | HUF | IDR | ILS | IQD | IRR | ISK | JMD | JOD | KES | KGS | KHR | KMF | KPW | KRW | KWD | KYD | KZT | LAK | LBP | LKR | LRD | LSL | LYD | MAD | MDL | MGA | MKD | MMK | MNT | MOP | MRU | MUR | MVR | MWK | MXN | MXV | MYR | MZN | NAD | NGN | NIO | NOK | NPR | OMR | PAB | PEN | PGK | PHP | PKR | PLN | PYG | QAR | RON | RSD | RUB | RWF | SAR | SBD | SCR | SDG | SGD | SHP | SLL | SOS | SRD | SSP | STN | SVC | SYP | SZL | THB | TJS | TMT | TND | TOP | TRY | TTD | TWD | TZS | UAH | UGX | USN | UYI | UYU | UZS | VEF | VND | VUV | WST | XAF | XCD | XDR | XOF | XPF | XSU | XUA | YER | ZAR | ZMW | ZWL`   
Required: Yes

 ** Frequency **   <a name="AWSPartnerCentral-Type-ExpectedCustomerSpend-Frequency"></a>
Indicates how frequently the customer is expected to spend the projected amount. Only the value `Monthly` is allowed for the `Frequency` field, representing recurring monthly spend.  
Type: String  
Valid Values: `Monthly`   
Required: Yes

 ** TargetCompany **   <a name="AWSPartnerCentral-Type-ExpectedCustomerSpend-TargetCompany"></a>
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. This field only accepts the value `AWS`. If any other value is provided, the system will automatically set it to `AWS`.  
Type: String  
Pattern: `(?s).{1,80}`   
Required: Yes

 ** Amount **   <a name="AWSPartnerCentral-Type-ExpectedCustomerSpend-Amount"></a>
Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.  
Type: String  
Pattern: `((0|([1-9][0-9]{0,30}))(\.[0-9]{0,2})?)?`   
Required: No

 ** EstimationUrl **   <a name="AWSPartnerCentral-Type-ExpectedCustomerSpend-EstimationUrl"></a>
A URL providing additional information or context about the spend estimation.  
Type: String  
Pattern: `https://(calculator\.aws|pricing\.calculator\.aws\.eu)/#/estimate\?id=[a-f0-9]{32,64}`   
Required: No

## See Also
<a name="API_ExpectedCustomerSpend_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/partnercentral-selling-2022-07-26/ExpectedCustomerSpend) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/partnercentral-selling-2022-07-26/ExpectedCustomerSpend) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/partnercentral-selling-2022-07-26/ExpectedCustomerSpend) 