mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
31 lines
762 B
Markdown
31 lines
762 B
Markdown
---
|
|
title: "paymentSavedCredentialsCard"
|
|
description: "Saved credit card"
|
|
nav_exclude: true
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: paymentSavedCredentialsCard
|
|
[Back to constructors index](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Saved credit card
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|id|[string](/API_docs/types/string.html) | Yes|Card ID|
|
|
|title|[string](/API_docs/types/string.html) | Yes|Title|
|
|
|
|
|
|
|
|
### Type: [PaymentSavedCredentials](/API_docs/types/PaymentSavedCredentials.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$paymentSavedCredentialsCard = ['_' => 'paymentSavedCredentialsCard', 'id' => 'string', 'title' => 'string'];
|
|
```
|