Class 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.
| Property | Description |
|---|---|
emailAddress: String (read-only) | Returns the payer's email address. |
givenName: String (read-only) | Returns the payer's given name. |
phone: String (read-only) | Returns the payer's national phone number. |
surname: String (read-only) | Returns the payer's surname. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getEmailAddress() | Returns the payer's email address. |
| getGivenName() | Returns the payer's given name. |
| getPhone() | Returns the payer's national phone number. |
| getSurname() | Returns the payer's surname. |
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
- emailAddress: String
(read-only) Returns the payer's email address.
- givenName: String
(read-only) Returns the payer's given name.
- phone: String
(read-only) Returns the payer's national phone number.
- surname: String
(read-only) Returns the payer's surname.
- getEmailAddress(): String
Returns the payer's email address.
Returns:
- payer's email address
- getGivenName(): String
Returns the payer's given name.
Returns:
- payer's given name
- getPhone(): String
Returns the payer's national phone number.
Returns:
- payer's national phone number
- getSurname(): String
Returns the payer's surname.
Returns:
- payer's surname