PHP Class PayPal\PayPalAPI\BMGetButtonDetailsResponseType

Inheritance: extends PayPal\EBLBaseComponents\AbstractResponseType
Exibir arquivo 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_oe property

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

$ButtonCountry public_oe property

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

$ButtonImage public_oe property

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

$ButtonImageURL public_oe property

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

$ButtonLanguage public_oe property

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

$ButtonSubType public_oe property

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

$ButtonType public_oe 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_oe property

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

$BuyNowText public_oe property

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

$Email public_oe property

public string $Email
return string

$HostedButtonID public_oe property

public string $HostedButtonID
return string

$Mobile public_oe property

public string $Mobile
return string

$OptionDetails public_oe property

public OptionDetailsType,PayPal\PayPalAPI $OptionDetails
return OptionDetailsType

$SubscribeText public_oe property

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

$TextBox public_oe property

Text field
public string $TextBox
return string

$Website public_oe property

public string $Website
return string