Preparing search index...
The search index is not available
Documentation - v1.0.0
Documentation
@telegram-app-sdk/core
TG_SDK_NAMESPACE
OpenPayListPopupParams
Interface OpenPayListPopupParams
interface
OpenPayListPopupParams
{
extra
?:
string
;
item_id
:
string
;
result
?:
(
(
__namedParameters
:
{
errorMsg
?:
string
;
extra
:
undefined
|
string
;
status
:
InvoiceStatus
;
}
)
=>
void
)
;
start
?:
(
(
payItem
:
{
amount
:
string
|
number
;
token
:
PayTypes
;
}
)
=>
void
)
;
type
:
"PAY_LIST"
;
}
Hierarchy
OpenPayBaseParams
OpenPayListPopupParams
Index
Properties
extra?
item_
id
result?
start?
type
Properties
Optional
extra
extra
?:
string
Remarks
扩展信息
Default
'''
Copy
item_
id
item_
id
:
string
Optional
result
result
?:
(
(
__namedParameters
:
{
errorMsg
?:
string
;
extra
:
undefined
|
string
;
status
:
InvoiceStatus
;
}
)
=>
void
)
Remarks
支付结果回调
Optional
start
start
?:
(
(
payItem
:
{
amount
:
string
|
number
;
token
:
PayTypes
;
}
)
=>
void
)
Remarks
开始支付回调
type
type
:
"PAY_LIST"
Remarks
当前支付弹窗类型
Default
'PAY'
Copy
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extra
item_
id
result
start
type
Documentation - v1.0.0
Loading...
Remarks
扩展信息
Default