ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.amount(String amount) |
Represents the estimated monthly revenue that the partner expects to earn from the opportunity.
|
static ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.builder() |
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.currencyCode(String currencyCode) |
Indicates the currency in which the revenue estimate is provided.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.currencyCode(ExpectedCustomerSpendCurrencyCodeEnum currencyCode) |
Indicates the currency in which the revenue estimate is provided.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.estimationUrl(String estimationUrl) |
A URL providing additional information or context about the spend estimation.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.frequency(String frequency) |
Indicates how frequently the customer is expected to spend the projected amount.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.frequency(PaymentFrequency frequency) |
Indicates how frequently the customer is expected to spend the projected amount.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.Builder.targetCompany(String targetCompany) |
Specifies the name of the partner company that is expected to generate revenue from the opportunity.
|
ExpectedCustomerSpend.Builder |
ExpectedCustomerSpend.toBuilder() |
|