Account

class Account

Specifies the Customer's account details associated with the Opportunity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the end Customer's address details associated with the Opportunity.

Link copied to clipboard

Specifies the Customer Amazon Web Services account ID associated with the Opportunity.

Link copied to clipboard

Specifies the end Customer's company name associated with the Opportunity.

Link copied to clipboard
val duns: String?

Indicates the Customer DUNS number, if available.

Link copied to clipboard

Specifies the industry the end Customer belongs to that's associated with the Opportunity. It refers to the category or sector where the customer's business operates. This is a required field.

Link copied to clipboard

Specifies the end Customer's industry associated with the Opportunity, when the selected value in the Industry field is Other.

Link copied to clipboard

Specifies the end customer's company website URL associated with the Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system. This field is required in all cases except when the opportunity is related to national security.

Functions

Link copied to clipboard
inline fun copy(block: Account.Builder.() -> Unit = {}): Account
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String