762 B
762 B
title | description | image |
---|---|---|
paymentCharge | Payment charge | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: paymentCharge
Payment charge
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | ID |
provider_charge_id | string | Yes | Provider charge ID |
Type: PaymentCharge
Example:
$paymentCharge = ['_' => 'paymentCharge', 'id' => 'string', 'provider_charge_id' => 'string'];
Or, if you're into Lua:
paymentCharge={_='paymentCharge', id='string', provider_charge_id='string'}