643 B
643 B
title | description |
---|---|
paymentCharge | paymentCharge attributes, type and example |
Constructor: paymentCharge
Attributes:
Name | Type | Required |
---|---|---|
id | string | Yes |
provider_charge_id | string | Yes |
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, }