PayPal\EBLBaseComponents\ActivationDetailsType::__construct PHP 메소드

__construct() 공개 메소드

Constructor with arguments
public __construct ( $InitialAmount = null )
    public function __construct($InitialAmount = null)
    {
        $this->InitialAmount = $InitialAmount;
    }
ActivationDetailsType