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

753 B

title description nav_exclude image
inputPaymentCredentialsApplePay Apple pay payment credentials true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPaymentCredentialsApplePay

Back to constructors index

Apple pay payment credentials

Attributes:

Name Type Required Description
payment_data DataJSON Yes Payment data

Type: InputPaymentCredentials

Example:

$inputPaymentCredentialsApplePay = ['_' => 'inputPaymentCredentialsApplePay', 'payment_data' => DataJSON];