PHP Class PayPal\EBLBaseComponents\OtherPaymentMethodDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$OtherPaymentMethodHideLabel boolean If this flag is true, then OtherPaymentMethodIcon is required to have a valid value; the label will be hidden and only ICON will be shown.
$OtherPaymentMethodIcon string The icon of the Payment Method.
$OtherPaymentMethodId string The identifier of the Payment Method.
$OtherPaymentMethodLabel string The name of the Payment Method.
$OtherPaymentMethodLabelDescription string The short description of the Payment Method, goes along with the label.
$OtherPaymentMethodLongDescription string The long description of the Payment Method.
$OtherPaymentMethodLongDescriptionTitle string The title for the long description.
$OtherPaymentMethodType string Valid values are 'Method', 'SubMethod'.

Property Details

$OtherPaymentMethodHideLabel public property

If this flag is true, then OtherPaymentMethodIcon is required to have a valid value; the label will be hidden and only ICON will be shown.
public bool $OtherPaymentMethodHideLabel
return boolean

$OtherPaymentMethodIcon public property

The icon of the Payment Method.
public string $OtherPaymentMethodIcon
return string

$OtherPaymentMethodId public property

The identifier of the Payment Method.
public string $OtherPaymentMethodId
return string

$OtherPaymentMethodLabel public property

The name of the Payment Method.
public string $OtherPaymentMethodLabel
return string

$OtherPaymentMethodLabelDescription public property

The short description of the Payment Method, goes along with the label.
public string $OtherPaymentMethodLabelDescription
return string

$OtherPaymentMethodLongDescription public property

The long description of the Payment Method.
public string $OtherPaymentMethodLongDescription
return string

$OtherPaymentMethodLongDescriptionTitle public property

The title for the long description.
public string $OtherPaymentMethodLongDescriptionTitle
return string

$OtherPaymentMethodType public property

Valid values are 'Method', 'SubMethod'.
public string $OtherPaymentMethodType
return string