PHP Class PayPal\PayPalAPI\GetMobileStatusResponseType

Inheritance: extends PayPal\EBLBaseComponents\AbstractResponseType
Show file Open project: paypal/merchant-sdk-php Class Usage Examples

Public Properties

Property Type Description
$IsActivated integer Indicates whether the phone is activated for mobile payments
$IsPasswordSet integer Indicates whether the password is enabled for particular account
$PaymentPending integer Indicates whether there is a payment pending from the phone

Property Details

$IsActivated public property

Indicates whether the phone is activated for mobile payments
public int $IsActivated
return integer

$IsPasswordSet public property

Indicates whether the password is enabled for particular account
public int $IsPasswordSet
return integer

$PaymentPending public property

Indicates whether there is a payment pending from the phone
public int $PaymentPending
return integer