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

__construct() 공개 메소드

Constructor with arguments
public __construct ( $ReferenceID = null, $PaymentAction = null, $PaymentDetails = null )
    public function __construct($ReferenceID = null, $PaymentAction = null, $PaymentDetails = null)
    {
        $this->ReferenceID = $ReferenceID;
        $this->PaymentAction = $PaymentAction;
        $this->PaymentDetails = $PaymentDetails;
    }
DoReferenceTransactionRequestDetailsType