PayPal\EBLBaseComponents\SetCustomerBillingAgreementRequestDetailsType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $BillingAgreementDetails = null, $ReturnURL = null, $CancelURL = null )
    public function __construct($BillingAgreementDetails = null, $ReturnURL = null, $CancelURL = null)
    {
        $this->BillingAgreementDetails = $BillingAgreementDetails;
        $this->ReturnURL = $ReturnURL;
        $this->CancelURL = $CancelURL;
    }
SetCustomerBillingAgreementRequestDetailsType