Constructor: paymentFormMethod
Represents an additional payment method
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | URL to open in a webview to process the payment |
| title | string | Yes | Payment method description |
Type: PaymentFormMethod
Example:
$paymentFormMethod = ['_' => 'paymentFormMethod', 'url' => 'string', 'title' => 'string'];