AddressSummary

An object that contains an Address object's subset of fields.

Types

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

Properties

Link copied to clipboard
val city: String?

Specifies the end Customer's city associated with the Opportunity.

Link copied to clipboard

Specifies the end Customer's country associated with the Opportunity.

Link copied to clipboard

Specifies the end Customer's postal code associated with the Opportunity.

Link copied to clipboard

Specifies the end Customer's state or region associated with the Opportunity.

Functions

Link copied to clipboard
inline fun copy(block: AddressSummary.Builder.() -> Unit = {}): AddressSummary
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