Class SalesforcePayPalPaymentDetails

Details to a Salesforce Payments payment of type SalesforcePayPalOrder.TYPE_PAYPAL. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.

Property Summary 

PropertyDescription
captureID: String (read-only)Returns the ID of the capture against the PayPal order, or null if not known.
payerEmailAddress: String (read-only)Returns the email address of the payer for the PayPal order, or null if not known.

Constructor Summary 

This class does not have a constructor, so you cannot create it directly.

Method Summary 

MethodDescription
getCaptureID()Returns the ID of the capture against the PayPal order, or null if not known.
getPayerEmailAddress()Returns the email address of the payer for the PayPal order, or null if not known.

Methods inherited from class SalesforcePaymentDetails 

getType

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

Property Details 

captureID 

captureID: String (read-only)

Returns the ID of the capture against the PayPal order, or null if not known.

See Also:


payerEmailAddress 

payerEmailAddress: String (read-only)

Returns the email address of the payer for the PayPal order, or null if not known.

See Also:


Method Details 

getCaptureID() 

getCaptureID(): String

Returns the ID of the capture against the PayPal order, or null if not known.

Returns:

  • PayPal order capture ID

See Also:


getPayerEmailAddress() 

getPayerEmailAddress(): String

Returns the email address of the payer for the PayPal order, or null if not known.

Returns:

  • payer email address

See Also:


DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!