Script: Class dw.extensions.SalesforcePayPalOrderPayer
Class SalesforcePayPalOrderPayer
- Object
- dw.extensions.payments.SalesforcePayPalOrderPayer
Salesforce Payments representation of a PayPal order's payer object. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
Properties
emailAddress : String Read Only
The payer's email address.
givenName : String Read Only
The payer's given name.
phone : String Read Only
The payer's national phone number.
surname : String Read Only
The payer's surname.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Returns the payer's email address.
getGivenName() : String
Returns the payer's given name.
Returns the payer's national phone number.
getSurname() : String
Returns the payer's surname.
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
getEmailAddress
getEmailAddress() : String
Returns the payer's email address.
Returns:
payer's email address
getGivenName
getGivenName() : String
Returns the payer's given name.
Returns:
payer's given name
getPhone
getPhone() : String
Returns the payer's national phone number.
Returns:
payer's national phone number
getSurname
getSurname() : String
Returns the payer's surname.
Returns:
payer's surname