mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.0 KiB
1.0 KiB
title | description | nav_exclude | image |
---|---|---|---|
paymentRequestedInfo | Order info provided by the user | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: paymentRequestedInfo
Order info provided by the user
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Optional | User's full name |
phone | string | Optional | User's phone number |
string | Optional | User's email address | |
shipping_address | PostAddress | Optional | User's shipping address |
Type: PaymentRequestedInfo
Example:
$paymentRequestedInfo = ['_' => 'paymentRequestedInfo', 'name' => 'string', 'phone' => 'string', 'email' => 'string', 'shipping_address' => PostAddress];