@paystreamer/sdk
Docs
GitHub
Preparing search index...
index
SetupSubscriptionModalProps
Interface SetupSubscriptionModalProps
interface
SetupSubscriptionModalProps
{
formatUsd
?:
(
amount
:
string
|
number
|
bigint
)
=>
number
;
isOpen
:
boolean
;
onClose
:
()
=>
void
;
onSuccess
?:
(
txDigest
:
string
)
=>
void
;
platformId
:
string
;
theme
?:
PayStreamerTheme
;
tierIndex
:
number
;
}
Index
Properties
format
Usd?
is
Open
on
Close
on
Success?
platform
Id
theme?
tier
Index
Properties
Optional
format
Usd
formatUsd
?:
(
amount
:
string
|
number
|
bigint
)
=>
number
is
Open
isOpen
:
boolean
on
Close
onClose
:
()
=>
void
Optional
on
Success
onSuccess
?:
(
txDigest
:
string
)
=>
void
platform
Id
platformId
:
string
Optional
theme
theme
?:
PayStreamerTheme
tier
Index
tierIndex
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
format
Usd
is
Open
on
Close
on
Success
platform
Id
theme
tier
Index
Docs
GitHub
@paystreamer/sdk
Loading...