PHP Class PayPal\PayPalAPI\BMGetButtonDetailsRequestType

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

Public Properties

Property Type Description
$HostedButtonID string Button ID of button to return. Required Character length and limitations: 10 single-byte numeric characters

Public Methods

Method Description
__construct ( $HostedButtonID = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $HostedButtonID = null )

Property Details

$HostedButtonID public property

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