@paypal/paypal-js
Preparing search index...
components/paypal-messages
PayPalMessagesSession
Type Alias PayPalMessagesSession
Session object for managing PayPal Messages.
type
PayPalMessagesSession
=
{
createLearnMore
:
(
options
?:
LearnMoreOptions
)
=>
LearnMore
;
fetchContent
:
(
options
?:
FetchContentOptions
,
)
=>
Promise
<
MessageContent
|
null
>
;
}
Index
Properties
create
Learn
More
fetch
Content
Properties
create
Learn
More
createLearnMore
:
(
options
?:
LearnMoreOptions
)
=>
LearnMore
fetch
Content
fetchContent
:
(
options
?:
FetchContentOptions
)
=>
Promise
<
MessageContent
|
null
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
create
Learn
More
fetch
Content
@paypal/paypal-js
Loading...
Session object for managing PayPal Messages.