CF Workers Telegram Bot - v11.2.1
Preparing search index...
TelegramSuccessfulPayment
Interface TelegramSuccessfulPayment
interface
TelegramSuccessfulPayment
{
currency
:
string
;
invoice_payload
:
string
;
order_info
?:
{
email
?:
string
;
name
?:
string
;
phone_number
?:
string
;
shipping_address
?:
{
city
:
string
;
country_code
:
string
;
post_code
:
string
;
state
:
string
;
street_line1
:
string
;
street_line2
:
string
;
}
;
}
;
provider_payment_charge_id
:
string
;
shipping_option_id
?:
string
;
telegram_payment_charge_id
:
string
;
total_amount
:
number
;
}
Index
Properties
currency
invoice_
payload
order_
info?
provider_
payment_
charge_
id
shipping_
option_
id?
telegram_
payment_
charge_
id
total_
amount
Properties
currency
currency
:
string
invoice_
payload
invoice_payload
:
string
Optional
order_
info
order_info
?:
{
email
?:
string
;
name
?:
string
;
phone_number
?:
string
;
shipping_address
?:
{
city
:
string
;
country_code
:
string
;
post_code
:
string
;
state
:
string
;
street_line1
:
string
;
street_line2
:
string
;
}
;
}
provider_
payment_
charge_
id
provider_payment_charge_id
:
string
Optional
shipping_
option_
id
shipping_option_id
?:
string
telegram_
payment_
charge_
id
telegram_payment_charge_id
:
string
total_
amount
total_amount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
invoice_
payload
order_
info
provider_
payment_
charge_
id
shipping_
option_
id
telegram_
payment_
charge_
id
total_
amount
CF Workers Telegram Bot - v11.2.1
Loading...