sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
79 lines (41 loc) • 1.59 kB
Markdown
## Package: dw.extensions.payments
# Class SalesforcePayPalPaymentDetails
## Inheritance Hierarchy
- Object
- dw.extensions.payments.SalesforcePaymentDetails
- dw.extensions.payments.SalesforcePayPalPaymentDetails
## Description
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.
## Properties
### captureID
**Type:** String (Read Only)
The ID of the capture against the PayPal order, or null if not known.
### payerEmailAddress
**Type:** String (Read Only)
The email address of the payer for the PayPal order, or null if not known.
## Constructor Summary
## Method Summary
### getCaptureID
**Signature:** `getCaptureID() : String`
Returns the ID of the capture against the PayPal order, or null if not known.
### getPayerEmailAddress
**Signature:** `getPayerEmailAddress() : String`
Returns the email address of the payer for the PayPal order, or null if not known.
## Method Detail
## Method Details
### getCaptureID
**Signature:** `getCaptureID() : String`
**Description:** Returns the ID of the capture against the PayPal order, or null if not known.
**Returns:**
PayPal order capture ID
**See Also:**
SalesforcePayPalOrder.getCaptureID()
### getPayerEmailAddress
**Signature:** `getPayerEmailAddress() : String`
**Description:** Returns the email address of the payer for the PayPal order, or null if not known.
**Returns:**
payer email address
**See Also:**
SalesforcePayPalOrderPayer.getEmailAddress()