PHP 클래스 PayPal\PayPalAPI\OptionSelectionDetailsType

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

공개 프로퍼티들

프로퍼티 타입 설명
$OptionSelection string Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters
$OptionType string Option Type Optional
$PaymentPeriod InstallmentDetailsType
$Price string Option Price. Optional

공개 메소드들

메소드 설명
__construct ( $OptionSelection = null ) Constructor with arguments

메소드 상세

__construct() 공개 메소드

Constructor with arguments
public __construct ( $OptionSelection = null )

프로퍼티 상세

$OptionSelection 공개적으로 프로퍼티

Option Selection. Required Character length and limitations: 12 single-byte alphanumeric characters
public string $OptionSelection
리턴 string

$OptionType 공개적으로 프로퍼티

Option Type Optional
public string $OptionType
리턴 string

$PaymentPeriod 공개적으로 프로퍼티

public InstallmentDetailsType,PayPal\PayPalAPI $PaymentPeriod
리턴 InstallmentDetailsType

$Price 공개적으로 프로퍼티

Option Price. Optional
public string $Price
리턴 string