PHP Class PayPal\EBLBaseComponents\ExternalRememberMeOptInDetailsType

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

Public Properties

Property Type Description
$ExternalRememberMeOptIn string 1 = opt in to external remember me. 0 or omitted = no opt-in Other values are invalid
$ExternalRememberMeOwnerDetails ExternalRememberMeOwnerDetailsType E-mail address or secure merchant account ID of merchant to associate with new external remember-me. Currently, the owner must be either the API actor or omitted/none. In the future, we may allow the owner to be a 3rd party merchant account.

Property Details

$ExternalRememberMeOptIn public property

1 = opt in to external remember me. 0 or omitted = no opt-in Other values are invalid
public string $ExternalRememberMeOptIn
return string

$ExternalRememberMeOwnerDetails public property

E-mail address or secure merchant account ID of merchant to associate with new external remember-me. Currently, the owner must be either the API actor or omitted/none. In the future, we may allow the owner to be a 3rd party merchant account.
public ExternalRememberMeOwnerDetailsType,PayPal\EBLBaseComponents $ExternalRememberMeOwnerDetails
return ExternalRememberMeOwnerDetailsType