MadelineProtoDocs/docs/API_docs/constructors/inputPaymentCredentialsGooglePay.md
2024-05-01 14:53:46 +02:00

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];
```