Class FlowConfig
Class FlowConfig
Parameters for flow configuration.
- PayPal\Common\PayPalModel
- PayPal\Api\FlowConfig
Methods summary
public
|
#
setLandingPageType( string $landing_page_type )
The type of landing page to display on the PayPal site for user checkout. Set to |
public
string
|
#
getLandingPageType( )
The type of landing page to display on the PayPal site for user checkout. Set to |
public
|
#
setBankTxnPendingUrl( string $bank_txn_pending_url )
The merchant site URL to display after a bank transfer payment. Valid for only the Giropay or bank transfer payment method in Germany. |
public
string
|
#
getBankTxnPendingUrl( )
The merchant site URL to display after a bank transfer payment. Valid for only the Giropay or bank transfer payment method in Germany. |
public
|
#
setUserAction( string $user_action )
Defines whether buyers can complete purchases on the PayPal or merchant website. |
public
string
|
|
public
|
#
setReturnUriHttpMethod( string $return_uri_http_method )
Defines the HTTP method to use to redirect the user to a return URL. A valid value is |
public
string
|
#
getReturnUriHttpMethod( )
Defines the HTTP method to use to redirect the user to a return URL. A valid value is |
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()