/AWS1/CL_PTSADDRESS¶
Specifies the end Customer
's address details associated with the Opportunity
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_city
TYPE /AWS1/PTSADDRESSPART
/AWS1/PTSADDRESSPART
¶
Specifies the end
Customer
's city associated with theOpportunity
.
iv_postalcode
TYPE /AWS1/PTSADDRESSPART
/AWS1/PTSADDRESSPART
¶
Specifies the end
Customer
's postal code associated with theOpportunity
.
iv_stateorregion
TYPE /AWS1/PTSADDRESSPART
/AWS1/PTSADDRESSPART
¶
Specifies the end
Customer
's state or region associated with theOpportunity
.Valid values:
Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP
iv_countrycode
TYPE /AWS1/PTSCOUNTRYCODE
/AWS1/PTSCOUNTRYCODE
¶
Specifies the end
Customer
's country associated with theOpportunity
.
iv_streetaddress
TYPE /AWS1/PTSADDRESSPART
/AWS1/PTSADDRESSPART
¶
Specifies the end
Customer
's street address associated with theOpportunity
.
Queryable Attributes¶
City¶
Specifies the end
Customer
's city associated with theOpportunity
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CITY() |
Getter for CITY, with configurable default |
ASK_CITY() |
Getter for CITY w/ exceptions if field has no value |
HAS_CITY() |
Determine if CITY has a value |
PostalCode¶
Specifies the end
Customer
's postal code associated with theOpportunity
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POSTALCODE() |
Getter for POSTALCODE, with configurable default |
ASK_POSTALCODE() |
Getter for POSTALCODE w/ exceptions if field has no value |
HAS_POSTALCODE() |
Determine if POSTALCODE has a value |
StateOrRegion¶
Specifies the end
Customer
's state or region associated with theOpportunity
.Valid values:
Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATEORREGION() |
Getter for STATEORREGION, with configurable default |
ASK_STATEORREGION() |
Getter for STATEORREGION w/ exceptions if field has no value |
HAS_STATEORREGION() |
Determine if STATEORREGION has a value |
CountryCode¶
Specifies the end
Customer
's country associated with theOpportunity
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNTRYCODE() |
Getter for COUNTRYCODE, with configurable default |
ASK_COUNTRYCODE() |
Getter for COUNTRYCODE w/ exceptions if field has no value |
HAS_COUNTRYCODE() |
Determine if COUNTRYCODE has a value |
StreetAddress¶
Specifies the end
Customer
's street address associated with theOpportunity
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STREETADDRESS() |
Getter for STREETADDRESS, with configurable default |
ASK_STREETADDRESS() |
Getter for STREETADDRESS w/ exceptions if field has no value |
HAS_STREETADDRESS() |
Determine if STREETADDRESS has a value |