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