mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
30 lines
762 B
Markdown
30 lines
762 B
Markdown
---
|
|
title: "inputPaymentCredentialsGooglePay"
|
|
description: "Google Pay payment credentials"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: inputPaymentCredentialsGooglePay
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Google Pay payment credentials
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|payment\_token|[DataJSON](/API_docs/types/DataJSON.html) | Yes|Payment token|
|
|
|
|
|
|
|
|
### Type: [InputPaymentCredentials](/API_docs/types/InputPaymentCredentials.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPaymentCredentialsGooglePay = ['_' => 'inputPaymentCredentialsGooglePay', 'payment_token' => DataJSON];
|
|
```
|