PHP Class PayPal\PayPalAPI\BMManageButtonStatusRequestType

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

Public Properties

Property Type Description
$ButtonStatus string Requested Status change for hosted button. Required Character length and limitations: 1 single-byte alphanumeric characters
$HostedButtonID string Button ID of Hosted button. Required Character length and limitations: 10 single-byte numeric characters

Property Details

$ButtonStatus public property

Requested Status change for hosted button. Required Character length and limitations: 1 single-byte alphanumeric characters
public string $ButtonStatus
return string

$HostedButtonID public property

Button ID of Hosted button. Required Character length and limitations: 10 single-byte numeric characters
public string $HostedButtonID
return string