PHP Class PayPal\CoreComponentTypes\BasicAmountType

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

Méthodes publiques

Свойство Type Description
$currencyID string
$value string

Méthodes publiques

Méthode Description
__construct ( $currencyID = null, $value = null ) Constructor with arguments

Method Details

__construct() public méthode

Constructor with arguments
public __construct ( $currencyID = null, $value = null )

Property Details

$currencyID public_oe property

public string $currencyID
Résultat string

$value public_oe property

public string $value
Résultat string