PaymentReceipt
Contains information about a successful payment.
This is an alias for the PaymentReceiptUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "paymentReceipt" | |
title | string | Product title |
description | string | Product description |
photo | Product photo; may be null | |
date | number | Point in time (Unix timestamp) when the payment was made |
sellerBotUserId | number | User identifier of the seller bot |
paymentsProviderUserId | number | User identifier of the payment provider bot |
invoice | Information about the invoice | |
orderInfo | Order information; may be null | |
shippingOption | Chosen shipping option; may be null | |
credentialsTitle | string | Title of the saved credentials chosen by the buyer |
tipAmount | number | The amount of tip chosen by the buyer in the smallest units of the currency |