public
|
#
setBrandName( string $brand_name )
A label that overrides the business name in the PayPal account on the PayPal pages. Character length and limitations: 127 single-byte alphanumeric characters.
A label that overrides the business name in the PayPal account on the PayPal pages. Character length and limitations: 127 single-byte alphanumeric characters.
Parameters
Returns
$this
|
public
string
|
#
getBrandName( )
A label that overrides the business name in the PayPal account on the PayPal pages. Character length and limitations: 127 single-byte alphanumeric characters.
A label that overrides the business name in the PayPal account on the PayPal pages. Character length and limitations: 127 single-byte alphanumeric characters.
Returns
string
|
public
|
#
setLogoImage( string $logo_image )
A URL to the logo image. A valid media type is .gif , .jpg , or .png . The maximum width of the image is 190 pixels. The maximum height of the image is 60 pixels. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area. PayPal recommends that you store the image on a secure (HTTPS) server. Otherwise, web browsers display a message that checkout pages contain non-secure items. Character length and limit: 127 single-byte alphanumeric characters.
A URL to the logo image. A valid media type is .gif , .jpg , or .png . The maximum width of the image is 190 pixels. The maximum height of the image is 60 pixels. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area. PayPal recommends that you store the image on a secure (HTTPS) server. Otherwise, web browsers display a message that checkout pages contain non-secure items. Character length and limit: 127 single-byte alphanumeric characters.
Parameters
Returns
$this
|
public
string
|
#
getLogoImage( )
A URL to the logo image. A valid media type is .gif , .jpg , or .png . The maximum width of the image is 190 pixels. The maximum height of the image is 60 pixels. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area. PayPal recommends that you store the image on a secure (HTTPS) server. Otherwise, web browsers display a message that checkout pages contain non-secure items. Character length and limit: 127 single-byte alphanumeric characters.
A URL to the logo image. A valid media type is .gif , .jpg , or .png . The maximum width of the image is 190 pixels. The maximum height of the image is 60 pixels. PayPal crops images that are larger. PayPal places your logo image at the top of the cart review area. PayPal recommends that you store the image on a secure (HTTPS) server. Otherwise, web browsers display a message that checkout pages contain non-secure items. Character length and limit: 127 single-byte alphanumeric characters.
Returns
string
|
public
|
#
setLocaleCode( string $locale_code )
The locale of pages displayed by PayPal payment experience. A valid value is AU , AT , BE , BR , CA , CH , CN , DE , ES , GB , FR , IT , NL , PL , PT , RU , or US . A 5-character code is also valid for languages in specific countries: da_DK , he_IL , id_ID , ja_JP , no_NO , pt_BR , ru_RU , sv_SE , th_TH , zh_CN , zh_HK , or zh_TW .
The locale of pages displayed by PayPal payment experience. A valid value is AU , AT , BE , BR , CA , CH , CN , DE , ES , GB , FR , IT , NL , PL , PT , RU , or US . A 5-character code is also valid for languages in specific countries: da_DK , he_IL , id_ID , ja_JP , no_NO , pt_BR , ru_RU , sv_SE , th_TH , zh_CN , zh_HK , or zh_TW .
Parameters
Returns
$this
|
public
string
|
#
getLocaleCode( )
The locale of pages displayed by PayPal payment experience. A valid value is AU , AT , BE , BR , CA , CH , CN , DE , ES , GB , FR , IT , NL , PL , PT , RU , or US . A 5-character code is also valid for languages in specific countries: da_DK , he_IL , id_ID , ja_JP , no_NO , pt_BR , ru_RU , sv_SE , th_TH , zh_CN , zh_HK , or zh_TW .
The locale of pages displayed by PayPal payment experience. A valid value is AU , AT , BE , BR , CA , CH , CN , DE , ES , GB , FR , IT , NL , PL , PT , RU , or US . A 5-character code is also valid for languages in specific countries: da_DK , he_IL , id_ID , ja_JP , no_NO , pt_BR , ru_RU , sv_SE , th_TH , zh_CN , zh_HK , or zh_TW .
Returns
string
|
public
|
#
setReturnUrlLabel( string $return_url_label )
A label to use as hypertext for the return to merchant link.
A label to use as hypertext for the return to merchant link.
Parameters
Returns
$this
|
public
string
|
#
getReturnUrlLabel( )
A label to use as hypertext for the return to merchant link.
A label to use as hypertext for the return to merchant link.
Returns
string
|
public
|
#
setNoteToSellerLabel( string $note_to_seller_label )
A label to use as the title for the note to seller field. Used only when allow_note is 1 .
A label to use as the title for the note to seller field. Used only when allow_note is 1 .
Parameters
Returns
$this
|
public
string
|
#
getNoteToSellerLabel( )
A label to use as the title for the note to seller field. Used only when allow_note is 1 .
A label to use as the title for the note to seller field. Used only when allow_note is 1 .
Returns
string
|