dw.extensions.payments
Class SalesforcePayPalOrderAddress
dw.extensions.payments.SalesforcePayPalOrderAddress
Salesforce Payments representation of a PayPal order address object. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
Properties
addressLine1
:
String
(Read Only)
The address line 1.
addressLine2
:
String
(Read Only)
The address line 2.
adminArea1
:
String
(Read Only)
The address highest level sub-division in a country, which is usually a province, state, or ISO-3166-2
subdivision.
adminArea2
:
String
(Read Only)
The address city, town, or village.
countryCode
:
String
(Read Only)
The address two-character ISO 3166-1 code that identifies the country or region.
fullName
:
String
(Read Only)
The address full name.
postalCode
:
String
(Read Only)
The address postal code.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getAddressLine1()
:
String
Returns the address line 1.
getAddressLine2()
:
String
Returns the address line 2.
getAdminArea1()
:
String
Returns the address highest level sub-division in a country, which is usually a province, state, or ISO-3166-2 subdivision.
getAdminArea2()
:
String
Returns the address city, town, or village.
getCountryCode()
:
String
Returns the address two-character ISO 3166-1 code that identifies the country or region.
getFullName()
:
String
Returns the address full name.
getPostalCode()
:
String
Returns the address postal code.
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Method Detail
getAdminArea1
getAdminArea1()
:
String
Returns the address highest level sub-division in a country, which is usually a province, state, or ISO-3166-2
subdivision.
Returns:
address highest level sub-division in a country, such as a state
getAdminArea2
getAdminArea2()
:
String
Returns the address city, town, or village.
Returns:
address city, town, or village
getCountryCode
getCountryCode()
:
String
Returns the address two-character ISO 3166-1 code that identifies the country or region.
Returns:
address country code
getPostalCode
getPostalCode()
:
String
Returns the address postal code.
Returns:
address postal code
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.