PHP Class PayPal\PayPalAPI\OptionSelectionDetailsType

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

Public Properties

Property Type Description
$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

Public Methods

Method Description
__construct ( $OptionSelection = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $OptionSelection = null )

Property Details

$OptionSelection public property

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

$OptionType public property

Option Type Optional
public string $OptionType
return string

$PaymentPeriod public property

public InstallmentDetailsType,PayPal\PayPalAPI $PaymentPeriod
return InstallmentDetailsType

$Price public property

Option Price. Optional
public string $Price
return string