29 lines
1001 B
Markdown
29 lines
1001 B
Markdown
---
|
|
title: paymentReceipt
|
|
description: Contains information about successful payment
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: paymentReceipt
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Contains information about successful payment
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|date|[int](../types/int.md) | Yes|Payment date, unix time|
|
|
|payments\_provider\_user\_id|[int](../types/int.md) | Yes|User identifier of payments provider bot|
|
|
|invoice|[invoice](../constructors/invoice.md) | Yes|Information about the invoice|
|
|
|order\_info|[orderInfo](../constructors/orderInfo.md) | Yes|Order information, nullable|
|
|
|shipping\_option|[shippingOption](../constructors/shippingOption.md) | Yes|Chosen shipping option, nullable|
|
|
|credentials\_title|[string](../types/string.md) | Yes|Title of the saved credentials|
|
|
|
|
|
|
|
|
### Type: [PaymentReceipt](../types/PaymentReceipt.md)
|
|
|
|
|