MadelineProtoDocs/docs/TD_docs/constructors/paymentReceipt.md

29 lines
1001 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: paymentReceipt
description: Contains information about successful payment
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: paymentReceipt
2018-04-01 13:19:25 +02:00
[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)