dw.extensions.payments
Class SalesforcePayPalOrderPayer
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
getEmailAddress()
:
String
Returns the payer's email address.
getGivenName()
:
String
Returns the payer's given name.
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
getPhone
getPhone()
:
String
Returns the payer's national phone number.
Returns:
payer's national phone number
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.