MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputPaymentCredentialsApplePay.md
2019-06-24 15:45:02 +02:00

825 B

title description image
inputPaymentCredentialsApplePay Payment credentials apple pay https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPaymentCredentialsApplePay

Back to constructors index

Payment credentials apple pay

Attributes:

Name Type Required Description
payment_data DataJSON Yes Payment data

Type: InputPaymentCredentials

Example:

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

Or, if you're into Lua:

inputPaymentCredentialsApplePay={_='inputPaymentCredentialsApplePay', payment_data=DataJSON}