@paypal/paypal-js
Preparing search index...
components/applepay-payments
ApplePayMerchantSession
Type Alias ApplePayMerchantSession
Apple Pay merchant session returned after validation.
type
ApplePayMerchantSession
=
{
merchantSession
:
{
displayName
:
string
;
domainName
:
string
;
epochTimestamp
:
number
;
expiresAt
:
number
;
merchantIdentifier
:
string
;
merchantSessionIdentifier
:
string
;
nonce
:
string
;
operationalAnalyticsIdentifier
:
string
;
pspId
:
string
;
retries
:
number
;
signature
:
string
;
}
;
}
Index
Properties
merchant
Session
Properties
merchant
Session
merchantSession
:
{
displayName
:
string
;
domainName
:
string
;
epochTimestamp
:
number
;
expiresAt
:
number
;
merchantIdentifier
:
string
;
merchantSessionIdentifier
:
string
;
nonce
:
string
;
operationalAnalyticsIdentifier
:
string
;
pspId
:
string
;
retries
:
number
;
signature
:
string
;
}
Settings
Theme
OS
Light
Dark
On This Page
Properties
merchant
Session
@paypal/paypal-js
Loading...
Apple Pay merchant session returned after validation.