MadelineProto/docs/TD_docs/constructors/paymentReceipt.md

28 lines
928 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: paymentReceipt
description: Contains information about successful payment
---
## 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|
2017-09-29 15:50:59 +02:00
|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|
2017-08-25 15:05:53 +02:00
|credentials\_title|[string](../types/string.md) | Yes|Title of the saved credentials|
### Type: [PaymentReceipt](../types/PaymentReceipt.md)