PHP Class PayPal\EBLBaseComponents\DiscountType

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

Méthodes publiques

Свойство Type Description
$Amount PayPal\CoreComponentTypes\BasicAmountType amount discountedOptional
$Description string description of the discountOptional Character length and limits: 127 single-byte characters
$Name string Item nameOptional Character length and limits: 127 single-byte characters
$RedeemedOfferID string offer IDOptional Character length and limits: 64 single-byte characters
$RedeemedOfferType string offer typeOptional

Méthodes publiques

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

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $Amount = null )

Property Details

$Amount public_oe property

amount discountedOptional
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Résultat PayPal\CoreComponentTypes\BasicAmountType

$Description public_oe property

description of the discountOptional Character length and limits: 127 single-byte characters
public string $Description
Résultat string

$Name public_oe property

Item nameOptional Character length and limits: 127 single-byte characters
public string $Name
Résultat string

$RedeemedOfferID public_oe property

offer IDOptional Character length and limits: 64 single-byte characters
public string $RedeemedOfferID
Résultat string

$RedeemedOfferType public_oe property

offer typeOptional
public string $RedeemedOfferType
Résultat string