Constructor: account.webBrowserSettings
Attributes:
| Name | Type | Required |
|---|---|---|
| open_external_browser | Bool | Optional |
| display_close_button | Bool | Optional |
| external_exceptions | Array of WebDomainException | Yes |
| inapp_exceptions | Array of WebDomainException | Yes |
| hash | long | Yes |
Type: account.WebBrowserSettings
Example:
$account_webBrowserSettings = ['_' => 'account.webBrowserSettings', 'open_external_browser' => Bool, 'display_close_button' => Bool, 'external_exceptions' => [WebDomainException, WebDomainException], 'inapp_exceptions' => [WebDomainException, WebDomainException], 'hash' => long];