dw.extensions.payments
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
getEmailAddress() : String
Returns the payer's email address.
getGivenName() : String
Returns the payer's given name.
getPhone() : String
Returns the payer's national phone number.
getSurname() : String
Returns the payer's surname.
Methods inherited from class Object
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

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.