public
|
#
setId( string $id )
The unique ID of the web experience profile.
The unique ID of the web experience profile.
Parameters
Returns
$this
|
public
string
|
#
getId( )
The unique ID of the web experience profile.
The unique ID of the web experience profile.
Returns
string
|
public
|
#
setName( string $name )
The web experience profile name. Unique for a specified merchant's profiles.
The web experience profile name. Unique for a specified merchant's profiles.
Parameters
Returns
$this
|
public
string
|
#
getName( )
The web experience profile name. Unique for a specified merchant's profiles.
The web experience profile name. Unique for a specified merchant's profiles.
Returns
string
|
public
|
#
setTemporary( boolean $temporary )
Indicates whether the profile persists for three hours or permanently. Set to false to persist the profile permanently. Set to true to persist the profile for three hours.
Indicates whether the profile persists for three hours or permanently. Set to false to persist the profile permanently. Set to true to persist the profile for three hours.
Parameters
Returns
$this
|
public
boolean
|
#
getTemporary( )
Indicates whether the profile persists for three hours or permanently. Set to false to persist the profile permanently. Set to true to persist the profile for three hours.
Indicates whether the profile persists for three hours or permanently. Set to false to persist the profile permanently. Set to true to persist the profile for three hours.
Returns
boolean
|
public
|
|
public
PayPal\Api\FlowConfig
|
#
getFlowConfig( )
Parameters for flow configuration.
Parameters for flow configuration.
Returns
|
public
|
|
public
PayPal\Api\InputFields
|
#
getInputFields( )
Parameters for input fields customization.
Parameters for input fields customization.
Returns
|
public
|
|
public
PayPal\Api\Presentation
|
#
getPresentation( )
Parameters for style and presentation.
Parameters for style and presentation.
Returns
|
public
PayPal\Api\CreateProfileResponse
|
#
create( PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Creates a web experience profile. Pass the profile name and details in the JSON request body.
Creates a web experience profile. Pass the profile name and details in the JSON request body.
Parameters
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
|
public
boolean
|
#
update( PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Updates a web experience profile. Pass the ID of the profile to the request URI and pass the profile details in the JSON request body. If your request omits any profile detail fields, the operation removes the previously set values for those fields.
Updates a web experience profile. Pass the ID of the profile to the request URI and pass the profile details in the JSON request body. If your request omits any profile detail fields, the operation removes the previously set values for those fields.
Parameters
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
boolean
|
public
boolean
|
#
partial_update( PayPal\Api\Patch[] $patch, PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Partially-updates a web experience profile. Pass the profile ID to the request URI. Pass a patch object with the operation, path of the profile location to update, and, if needed, a new value to complete the operation in the JSON request body.
Partially-updates a web experience profile. Pass the profile ID to the request URI. Pass a patch object with the operation, path of the profile location to update, and, if needed, a new value to complete the operation in the JSON request body.
Parameters
- $patch
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
boolean
|
public static
PayPal\Api\WebProfile
|
#
get( string $profileId, PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Shows details for a web experience profile, by ID.
Shows details for a web experience profile, by ID.
Parameters
- $profileId
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
|
public static
PayPal\Api\WebProfile[]
|
#
get_list( PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Lists all web experience profiles for a merchant or subject.
Lists all web experience profiles for a merchant or subject.
Parameters
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
|
public
boolean
|
#
delete( PayPal\Rest\ApiContext $apiContext = null, PayPal\Transport\PayPalRestCall $restCall = null )
Deletes a web experience profile, by ID.
Deletes a web experience profile, by ID.
Parameters
- $apiContext
- is the APIContext for this call. It can be used to pass dynamic configuration and credentials.
- $restCall
- is the Rest Call Service that is used to make rest calls
Returns
boolean
|