PHP 클래스 PayPal\EBLBaseComponents\OtherPaymentMethodDetailsType

상속: extends PayPal\Core\PPXmlMessage
파일 보기 프로젝트 열기: paypal/merchant-sdk-php

공개 프로퍼티들

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

프로퍼티 상세

$OtherPaymentMethodHideLabel 공개적으로 프로퍼티

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
리턴 boolean

$OtherPaymentMethodIcon 공개적으로 프로퍼티

The icon of the Payment Method.
public string $OtherPaymentMethodIcon
리턴 string

$OtherPaymentMethodId 공개적으로 프로퍼티

The identifier of the Payment Method.
public string $OtherPaymentMethodId
리턴 string

$OtherPaymentMethodLabel 공개적으로 프로퍼티

The name of the Payment Method.
public string $OtherPaymentMethodLabel
리턴 string

$OtherPaymentMethodLabelDescription 공개적으로 프로퍼티

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

$OtherPaymentMethodLongDescription 공개적으로 프로퍼티

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

$OtherPaymentMethodLongDescriptionTitle 공개적으로 프로퍼티

The title for the long description.
public string $OtherPaymentMethodLongDescriptionTitle
리턴 string

$OtherPaymentMethodType 공개적으로 프로퍼티

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