PHP Class PayPal\PayPalAPI\OptionSelectionDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
__construct ( $OptionSelection = null ) Constructor with arguments

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $OptionSelection = null )

Property Details

$OptionSelection public_oe property

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

$OptionType public_oe property

Option Type Optional
public string $OptionType
Résultat string

$PaymentPeriod public_oe property

public InstallmentDetailsType,PayPal\PayPalAPI $PaymentPeriod
Résultat InstallmentDetailsType

$Price public_oe property

Option Price. Optional
public string $Price
Résultat string