MadelineProtoDocs/docs/API_docs/constructors/inputPaymentCredentialsApplePay.md

30 lines
753 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
title: "inputPaymentCredentialsApplePay"
description: "Apple pay payment credentials"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPaymentCredentialsApplePay
[Back to constructors index](/API_docs/constructors/index.html)
Apple pay payment credentials
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|payment\_data|[DataJSON](/API_docs/types/DataJSON.html) | Yes|Payment data|
### Type: [InputPaymentCredentials](/API_docs/types/InputPaymentCredentials.html)
### Example:
```
$inputPaymentCredentialsApplePay = ['_' => 'inputPaymentCredentialsApplePay', 'payment_data' => DataJSON];
```