PayPal\PayPalAPI\DoExpressCheckoutPaymentRequestType::__construct PHP Method

__construct() public method

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