788 B
788 B
title | description | image |
---|---|---|
bankCardOpenUrl | Credit card info URL provided by the bank | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: bankCardOpenUrl
Credit card info URL provided by the bank
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | Info URL |
name | string | Yes | Bank name |
Type: BankCardOpenUrl
Example:
$bankCardOpenUrl = ['_' => 'bankCardOpenUrl', 'url' => 'string', 'name' => 'string'];
Or, if you're into Lua:
bankCardOpenUrl={_='bankCardOpenUrl', url='string', name='string'}