Class SalesforceVenmoPaymentDetails
Details to a Salesforce Payments payment of type SalesforcePayPalOrder.TYPE_VENMO. See Salesforce Payments documentation for how to gain access and configure it for use on your sites.
| Property | Description |
|---|---|
captureID: String (read-only) | Returns the ID of the capture against the PayPal Venmo order, or null if not known. |
payerEmailAddress: String (read-only) | Returns the email address of the payer for the PayPal Venmo order, or null if not known. |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getCaptureID() | Returns the ID of the capture against the PayPal Venmo order, or null if not known. |
| getPayerEmailAddress() | Returns the email address of the payer for the PayPal Venmo order, or null if not known. |
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
- captureID: String
(read-only) Returns the ID of the capture against the PayPal Venmo order, or
nullif not known.See Also:
- payerEmailAddress: String
(read-only) Returns the email address of the payer for the PayPal Venmo order, or
nullif not known.See Also:
- getCaptureID(): String
Returns the ID of the capture against the PayPal Venmo order, or
nullif not known.Returns:
- PayPal order capture ID
See Also:
- getPayerEmailAddress(): String
Returns the email address of the payer for the PayPal Venmo order, or
nullif not known.Returns:
- payer email address
See Also: