mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:46:55 +01:00
28 lines
907 B
Markdown
28 lines
907 B
Markdown
|
---
|
||
|
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|
|
||
|
|invoice|[invoice](../types/invoice.md) | Yes|Information about the invoice|
|
||
|
|order\_info|[orderInfo](../types/orderInfo.md) | Yes|Order information, nullable|
|
||
|
|shipping\_option|[shippingOption](../types/shippingOption.md) | Yes|Chosen shipping option, nullable|
|
||
|
|credentials\_title|[string](../types/string.md) | Yes|Title of the saved credentials|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PaymentReceipt](../types/PaymentReceipt.md)
|
||
|
|
||
|
|