PHP 클래스 PayPal\PayPalAPI\BMGetButtonDetailsResponseType

상속: extends PayPal\EBLBaseComponents\AbstractResponseType
파일 보기 프로젝트 열기: paypal/merchant-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

프로퍼티 상세

$ButtonCode 공개적으로 프로퍼티

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

$ButtonCountry 공개적으로 프로퍼티

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

$ButtonImage 공개적으로 프로퍼티

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

$ButtonImageURL 공개적으로 프로퍼티

Button URL for custom button image.
public string $ButtonImageURL
리턴 string

$ButtonLanguage 공개적으로 프로퍼티

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

$ButtonSubType 공개적으로 프로퍼티

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

$ButtonType 공개적으로 프로퍼티

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

$ButtonVar 공개적으로 프로퍼티

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

$BuyNowText 공개적으로 프로퍼티

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

$Email 공개적으로 프로퍼티

public string $Email
리턴 string

$HostedButtonID 공개적으로 프로퍼티

public string $HostedButtonID
리턴 string

$Mobile 공개적으로 프로퍼티

public string $Mobile
리턴 string

$OptionDetails 공개적으로 프로퍼티

public OptionDetailsType,PayPal\PayPalAPI $OptionDetails
리턴 OptionDetailsType

$SubscribeText 공개적으로 프로퍼티

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

$TextBox 공개적으로 프로퍼티

Text field
public string $TextBox
리턴 string

$Website 공개적으로 프로퍼티

public string $Website
리턴 string