MadelineProtoDocs/docs/TD_docs/constructors/paymentReceipt.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1001 B

title description image
paymentReceipt Contains information about successful payment https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: paymentReceipt

Back to constructors index

Contains information about successful payment

Attributes:

Name Type Required Description
date int Yes Payment date, unix time
payments_provider_user_id int Yes User identifier of payments provider bot
invoice invoice Yes Information about the invoice
order_info orderInfo Yes Order information, nullable
shipping_option shippingOption Yes Chosen shipping option, nullable
credentials_title string Yes Title of the saved credentials

Type: PaymentReceipt