Link Search Menu Expand Document

Constructor: paymentFormMethod

Back to constructors index

Represents an additional payment method

Attributes:

NameTypeRequiredDescription
urlstringYesURL to open in a webview to process the payment
titlestringYesPayment method description

Type: PaymentFormMethod

Example:

$paymentFormMethod = ['_' => 'paymentFormMethod', 'url' => 'string', 'title' => 'string'];