PHP Class PayPal\PayPalAPI\BMGetButtonDetailsResponseType

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

Public Properties

Property Type Description
$ButtonCode string Type of button code. One of the following: hosted, encrypted or cleartext
$ButtonCountry string Button Country. Valid ISO country code or 'International'
$ButtonImage string Button image to use. One of: REG, SML, or CC
$ButtonImageURL string Button URL for custom button image.
$ButtonLanguage string Button language code. Character length and limitations: 3 single-byte alphanumeric characters
$ButtonSubType string Button sub type. optional for button types buynow and cart only Either PRODUCTS or SERVICES
$ButtonType string Type of button. One of the following: BUYNOW, CART, GIFTCERTIFICATE. SUBSCRIBE, PAYMENTPLAN, AUTOBILLING, DONATE, VIEWCART or UNSUBSCRIBE
$ButtonVar string Button Variable information Character length and limitations: 63 single-byte alphanumeric characters
$BuyNowText string Text to use on Buy Now Button. Either BUYNOW or PAYNOW
$Email string
$HostedButtonID string
$Mobile string
$OptionDetails OptionDetailsType
$SubscribeText string Text to use on Subscribe button. Must be either BUYNOW or SUBSCRIBE
$TextBox string Text field
$Website string

Property Details

$ButtonCode public property

Type of button code. One of the following: hosted, encrypted or cleartext
public string $ButtonCode
return string

$ButtonCountry public property

Button Country. Valid ISO country code or 'International'
public string $ButtonCountry
return string

$ButtonImage public property

Button image to use. One of: REG, SML, or CC
public string $ButtonImage
return string

$ButtonImageURL public property

Button URL for custom button image.
public string $ButtonImageURL
return string

$ButtonLanguage public property

Button language code. Character length and limitations: 3 single-byte alphanumeric characters
public string $ButtonLanguage
return string

$ButtonSubType public property

Button sub type. optional for button types buynow and cart only Either PRODUCTS or SERVICES
public string $ButtonSubType
return string

$ButtonType public property

Type of button. One of the following: BUYNOW, CART, GIFTCERTIFICATE. SUBSCRIBE, PAYMENTPLAN, AUTOBILLING, DONATE, VIEWCART or UNSUBSCRIBE
public string $ButtonType
return string

$ButtonVar public property

Button Variable information Character length and limitations: 63 single-byte alphanumeric characters
public string $ButtonVar
return string

$BuyNowText public property

Text to use on Buy Now Button. Either BUYNOW or PAYNOW
public string $BuyNowText
return string

$Email public property

public string $Email
return string

$HostedButtonID public property

public string $HostedButtonID
return string

$Mobile public property

public string $Mobile
return string

$OptionDetails public property

public OptionDetailsType,PayPal\PayPalAPI $OptionDetails
return OptionDetailsType

$SubscribeText public property

Text to use on Subscribe button. Must be either BUYNOW or SUBSCRIBE
public string $SubscribeText
return string

$TextBox public property

Text field
public string $TextBox
return string

$Website public property

public string $Website
return string