PHP Class PayPal\EBLBaseComponents\FlowControlDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$ErrorURL string The URL to redirect to for an unpayable transaction. This field is currently used only for the inline checkout flow.
$InContextReturnURL string The URL to redirect to after a user clicks the "Pay" or "Continue" button on the merchant's site. This field is currently used only for the inline checkout flow.

Property Details

$ErrorURL public property

The URL to redirect to for an unpayable transaction. This field is currently used only for the inline checkout flow.
public string $ErrorURL
return string

$InContextReturnURL public property

The URL to redirect to after a user clicks the "Pay" or "Continue" button on the merchant's site. This field is currently used only for the inline checkout flow.
public string $InContextReturnURL
return string